Delete generated files when building latex
All checks were successful
Compile LaTeX and Release PDF / build_latex (push) Successful in 57s
All checks were successful
Compile LaTeX and Release PDF / build_latex (push) Successful in 57s
This commit is contained in:
parent
269092abe1
commit
6a3ea24e35
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ jobs:
|
|||
# Step 3: Compile the LaTeX
|
||||
- name: Compile LaTeX document
|
||||
run: |
|
||||
latexmk -pdf -output-directory=dist main.tex
|
||||
pdflatex -output-directory=dist "main.tex" && rm -f main.aux main.log main.out
|
||||
# Step 4: Get commit messages for the release (from the tag)
|
||||
- name: Get commit messages for the release
|
||||
id: get_commit_messages
|
||||
|
|
Loading…
Add table
Reference in a new issue