From 6e7af39dbac9209cdecd771ed88114b652a8883e Mon Sep 17 00:00:00 2001 From: Tobias Pape Date: Fri, 9 Feb 2024 16:26:51 +0100 Subject: [PATCH] [ci] use recommended build settings --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 980b68d..711a0bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file