Update latex
All checks were successful
Compile LaTeX and Release PDF / build_latex (push) Successful in 51s

This commit is contained in:
Leonardo Murça 2025-03-06 23:49:19 -03:00
parent b5e61a9cc3
commit 1f1135a238

View file

@ -34,7 +34,7 @@ jobs:
# Step 3: Compile the LaTeX document (replace 'document.tex' with your actual file name)
- name: Compile LaTeX document
run: |
pdflatex -output-directory=build main.tex # Output PDF to 'build' folder
pdflatex -output-directory=dist main.tex # Output PDF to 'build' folder
# Step 4: Upload the compiled PDF as a release asset
- name: Upload PDF to Release