Cleaning up auxiliary files
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 1m1s
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 1m1s
This commit is contained in:
parent
e83bd72774
commit
7145637844
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 -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
|
||||
|
|
Loading…
Add table
Reference in a new issue