01
Build XeLaTeX to PDF / build (push) Failing after 16s

This commit is contained in:
Domipoke
2026-07-28 20:45:48 +02:00
parent c233e7dc61
commit e89e577bb9
7 changed files with 134 additions and 15 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
args: >-
-c "mkdir -p pdf aux .texcache/texmf-var .texcache/xdg && for f in ${{ steps.roots.outputs.roots }}; do
echo Building $f;
latexmk -xelatex -interaction=nonstopmode -halt-on-error -outdir=pdf -auxdir=aux \"$f\" || exit 1;
latexmk -xelatex -shell-escape -interaction=nonstopmode -halt-on-error -outdir=pdf -auxdir=aux \"$f\" || exit 1;
done && find pdf -type f ! -name '*.pdf' -delete"
- name: Upload built PDFs