@@ -35,7 +35,7 @@ jobs:
|
||||
-c "mkdir -p pdf aux .texcache/texmf-var .texcache/xdg &&
|
||||
apt-get update -y &&
|
||||
apt-get install -y python3-pip &&
|
||||
pip3 install pygments &&
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user