Update deploy-pdf.yml
This commit is contained in:
parent
0a5bdecd09
commit
eff1abd1c7
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
|
||||
uses: xu-cheng/latex-action@v3
|
||||
with:
|
||||
root_file: ../main.tex
|
||||
root_file: main.tex
|
||||
- name: Upload PDF file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: PDF
|
||||
path: ../main.pdf
|
||||
path: main.pdf
|
||||
|
|
Loading…
Reference in a new issue