Skip to content

Commit

Permalink
fix: use pdflatex
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Mar 26, 2024
1 parent 87fcce1 commit abdf8f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
uses: xu-cheng/latex-action@v3
with:
working_directory: src/format/english
latexmk_use_xelatex: true
root_file: |
*.tex
- name: Upload tex-to-pdf as artifact
Expand Down Expand Up @@ -134,7 +133,6 @@ jobs:
uses: xu-cheng/latex-action@v3
with:
working_directory: src/format/spanish
latexmk_use_xelatex: true
root_file: |
*.tex
- name: Upload tex-to-pdf as artifact
Expand Down

0 comments on commit abdf8f5

Please sign in to comment.