Cleaning up auxiliary files
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 1m1s

This commit is contained in:
Leonardo Murça 2025-03-07 00:26:50 -03:00
parent e83bd72774
commit 7145637844

View file

@ -33,7 +33,7 @@ jobs:
# Step 3: Compile the LaTeX.
- name: Compile LaTeX document
run: |
latexmk -pdf -outdir=dist main.tex
latexmk -pdf -outdir=dist main.tex && latexmk -c -outdir=dist
# Step 4: Get commit messages for the release (from the tag)
- name: Get commit messages for the release