Skip to content

Commit

Permalink
Use pdflatex rather than latex for automated compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Foggalong committed Aug 20, 2024
1 parent b5a5825 commit dbc71ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/report-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit dbc71ae

Please sign in to comment.