Skip to content

Commit

Permalink
Change version of mkpoli/compile-typst-action
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-gimenez committed Oct 7, 2024
1 parent 5878797 commit b82a54e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "file_list_examples=$file_list_examples" >> $GITHUB_OUTPUT
- name: Compile Typst examples to PDF
uses: mkpoli/compile-typst-action@v1
uses: mkpoli/compile-typst-action@main
with:
source_paths: ${{ steps.file-list-examples.outputs.file_list_examples }}
root_path: '.'
Expand All @@ -48,7 +48,7 @@ jobs:
echo "file_list_test=$file_list_test" >> $GITHUB_OUTPUT
- name: Compile Typst test to PDF
uses: mkpoli/compile-typst-action@v1
uses: mkpoli/compile-typst-action@main
with:
source_paths: ${{ steps.file-list-test.outputs.file_list_test }}
root_path: '.'
Expand All @@ -58,7 +58,7 @@ jobs:
rm -rf ./manual/*.pdf
- name: Compile documentation to PDF
uses: mkpoli/compile-typst-action@v1
uses: mkpoli/compile-typst-action@main
with:
source_paths: "manual/g-exam-manual.typ"
root_path: '.'
Expand Down

0 comments on commit b82a54e

Please sign in to comment.