This commit is contained in:
Domipoke
2026-07-29 16:19:18 +02:00
parent ebfb2ea8a3
commit 5914265dc5
2 changed files with 5 additions and 3 deletions
-3
View File
@@ -33,9 +33,6 @@ jobs:
entrypoint: sh
args: >-
-c "mkdir -p pdf aux .texcache/texmf-var .texcache/xdg &&
apt-get update -y &&
apt-get install -y pipx &&
pipx install pygments &&
for f in ${{ steps.roots.outputs.roots }}; do
echo Building $f;
latexmk -xelatex -shell-escape -interaction=nonstopmode -halt-on-error -outdir=pdf -auxdir=aux \"$f\" || exit 1;