build
Build XeLaTeX to PDF / build (push) Failing after 1m35s

This commit is contained in:
Domipoke
2026-07-29 16:04:00 +02:00
parent 1a846aee7e
commit 2fef536641
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
-c "mkdir -p pdf aux .texcache/texmf-var .texcache/xdg && -c "mkdir -p pdf aux .texcache/texmf-var .texcache/xdg &&
apt-get update -y && apt-get update -y &&
apt-get install -y python3-pip && apt-get install -y python3-pip &&
pip3 install pygments && pipx install pygments &&
for f in ${{ steps.roots.outputs.roots }}; do for f in ${{ steps.roots.outputs.roots }}; do
echo Building $f; echo Building $f;
latexmk -xelatex -shell-escape -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;
+1 -1
View File
@@ -2,7 +2,7 @@
\usepackage{myformat} \usepackage{myformat}
\title{LearnLaTeX} \title{LearnLaTeX}
\author{Domipoke} \author{Domipoke}
%3 %4
\begin{document} \begin{document}
\include{./book.tex} \include{./book.tex}
\end{document} \end{document}