Cleanup correctly
All checks were successful
Compile LaTeX and Release PDF / build_latex (push) Successful in 54s

This commit is contained in:
Leonardo Murça 2025-03-07 00:31:45 -03:00
parent 7145637844
commit 97aef4fcd1

View file

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