Update compile.yml
This commit is contained in:
parent
26847f4c26
commit
e65f05b121
1 changed files with 6 additions and 0 deletions
6
.github/workflows/compile.yml
vendored
6
.github/workflows/compile.yml
vendored
|
@ -30,3 +30,9 @@ jobs:
|
||||||
uses: xu-cheng/latex-action@v2
|
uses: xu-cheng/latex-action@v2
|
||||||
with:
|
with:
|
||||||
root_file: main.tex
|
root_file: main.tex
|
||||||
|
|
||||||
|
# Uploads resulting file to workflows
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: PDF
|
||||||
|
path: main.pdf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue