Use latexmk
This commit is contained in:
parent
6a3ea24e35
commit
9edd7f6ab8
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ jobs:
|
|||
# Step 3: Compile the LaTeX
|
||||
- name: Compile LaTeX document
|
||||
run: |
|
||||
pdflatex -output-directory=dist "main.tex" && rm -f main.aux main.log main.out
|
||||
latexmk -pdf -outdir=dist main.tex
|
||||
|
||||
# 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