Fixed workflow for multiple pdfs
This commit is contained in:
parent
f009073d10
commit
217d34613e
1 changed files with 4 additions and 3 deletions
7
.github/workflows/compile.yml
vendored
7
.github/workflows/compile.yml
vendored
|
@ -31,9 +31,10 @@ jobs:
|
|||
- name: Compile LaTeX document
|
||||
uses: xu-cheng/latex-action@v2
|
||||
with:
|
||||
root_file: thesis.tex
|
||||
root_file: slides_clean.tex
|
||||
root_file: slides_notes.tex
|
||||
root_file: |
|
||||
thesis.tex
|
||||
slides_clean.tex
|
||||
slides_notes.tex
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue