Skip to content

Commit

Permalink
[ci] use recommended build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
krono committed Feb 9, 2024
1 parent 10753a7 commit 6e7af39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
uses: dante-ev/latex-action@latest
with:
root_file: example-programming.tex
compiler: pdflatex
args: -pdflatex -latexoption=-file-line-error -latexoption=-interaction=nonstopmode

- name: Compile LaTeX document (LuaLaTeX)
uses: dante-ev/latex-action@latest
with:
root_file: example-programming.tex
compiler: lualatex
args: -lualatex -latexoption=-file-line-error -latexoption=-interaction=nonstopmode

- name: Compile LaTeX document (XeLaTeX)
uses: dante-ev/latex-action@latest
with:
root_file: example-programming.tex
compiler: xelatex
args: -xelatex -latexoption=-file-line-error -latexoption=-interaction=nonstopmode

0 comments on commit 6e7af39

Please sign in to comment.