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: on:
push: push:
paths: paths:
- '**/*.tex' - "**/*.tex"
jobs: jobs:
build: build:
@@ -30,7 +30,7 @@ jobs:
args: >- args: >-
-c "mkdir -p pdf aux && for f in ${{ steps.roots.outputs.roots }}; do -c "mkdir -p pdf aux && for f in ${{ steps.roots.outputs.roots }}; do
echo Building $f; 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" done && find pdf -type f ! -name '*.pdf' -delete"
- name: Upload built PDFs - name: Upload built PDFs
+1 -1
View File
@@ -24,7 +24,7 @@
\renewcommand{\underline}[1]{\uline{#1}} \renewcommand{\underline}[1]{\uline{#1}}
\usepackage{tabularx} \usepackage{tabularx}
\tcbuselibrary{skins,breakable} \tcbuselibrary{skins,breakable}
% 5 % 6
\sffamily \sffamily
\linespread{1.25} \linespread{1.25}
\setfootnoterule{0.8\textwidth} \setfootnoterule{0.8\textwidth}