revert
Build LaTeX PDF / build (push) Failing after 19s

This commit is contained in:
Domipoke
2026-07-27 16:52:49 +02:00
parent c4ea0d00ff
commit 209337dd70
2 changed files with 45 additions and 45 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ name: Build LaTeX PDF
on:
push:
paths:
- '**/*.tex'
- "**/*.tex"
jobs:
build:
@@ -30,7 +30,7 @@ jobs:
args: >-
-c "mkdir -p pdf aux && 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 -pdf -interaction=nonstopmode -halt-on-error -outdir=pdf -auxdir=aux \"$f\" || exit 1;
done && find pdf -type f ! -name '*.pdf' -delete"
- name: Upload built PDFs
+1 -1
View File
@@ -24,7 +24,7 @@
\renewcommand{\underline}[1]{\uline{#1}}
\usepackage{tabularx}
\tcbuselibrary{skins,breakable}
% 5
% 6
\sffamily
\linespread{1.25}
\setfootnoterule{0.8\textwidth}