diff --git a/.github/workflows/report-ci.yaml b/.github/workflows/report-ci.yaml index 0420d12..5f8947b 100644 --- a/.github/workflows/report-ci.yaml +++ b/.github/workflows/report-ci.yaml @@ -21,7 +21,7 @@ jobs: uses: xu-cheng/latex-action@v2 with: root_file: example-report.tex - args: "-pdfps -file-line-error -halt-on-error -interaction=nonstopmode" + args: "-pdf -file-line-error -halt-on-error -interaction=nonstopmode" - name: Commit PDF to gh-pages run: | diff --git a/.github/workflows/report-docs.yaml b/.github/workflows/report-docs.yaml index 3857873..42a57af 100644 --- a/.github/workflows/report-docs.yaml +++ b/.github/workflows/report-docs.yaml @@ -19,7 +19,7 @@ jobs: uses: xu-cheng/latex-action@v2 with: root_file: docs/edmaths-docs.tex - args: "-pdfps -file-line-error -halt-on-error -interaction=nonstopmode" + args: "-pdf -file-line-error -halt-on-error -interaction=nonstopmode" - name: Commit PDF to gh-pages run: |