Skip to content

Commit

Permalink
Muda engine de latex: pdflatex -> pdflua
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Dec 4, 2023
1 parent 156e4df commit 4606010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build presentation
uses: xu-cheng/latex-action@v2
with:
args: -pdf -file-line-error -f -interaction=nonstopmode
args: -pdflua -file-line-error -f -interaction=nonstopmode
root_file: apresentacao.tex
- name: Upload binaries to release
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4606010

Please sign in to comment.