diff --git a/.github/workflows/typst_ci.yml b/.github/workflows/typst_ci.yml index cfde011..2fe280d 100644 --- a/.github/workflows/typst_ci.yml +++ b/.github/workflows/typst_ci.yml @@ -21,9 +21,10 @@ jobs: - name: Set up Git repository uses: actions/checkout@v4 - name: Compile Typst document - uses: lvignoli/typst-action@main + uses: ammar-ahmed22/compile-typst-action@v1 with: - source_file: report/main.typ + source_paths: "report/main.typ" + output_paths: "report/main.pdf" - name: Create release uses: softprops/action-gh-release@v2