Update deploy-pdf.yml
This commit is contained in:
parent
d948c96cae
commit
0a5bdecd09
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-pdf.yml
vendored
4
.github/workflows/deploy-pdf.yml
vendored
|
@ -13,9 +13,9 @@ jobs:
|
||||||
- name: Compile LaTeX document
|
- name: Compile LaTeX document
|
||||||
uses: xu-cheng/latex-action@v3
|
uses: xu-cheng/latex-action@v3
|
||||||
with:
|
with:
|
||||||
root_file: main.tex
|
root_file: ../main.tex
|
||||||
- name: Upload PDF file
|
- name: Upload PDF file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: PDF
|
name: PDF
|
||||||
path: main.pdf
|
path: ../main.pdf
|
||||||
|
|
Loading…
Reference in a new issue