Skip to content

Commit

Permalink
Change to ammar-ahmed22/compile-typst-action@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-gimenez committed Oct 5, 2024
1 parent 055ea70 commit cfc8566
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@main
uses: ammar-ahmed22/compile-typst-action@v1
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@main
uses: ammar-ahmed22/compile-typst-action@v1
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@main
uses: ammar-ahmed22/compile-typst-action@v1
with:
source_paths: "manual/g-exam-manual.typ"
root_path: '.'
Expand Down

0 comments on commit cfc8566

Please sign in to comment.