Update deploy-pdf.yml
This commit is contained in:
parent
cad0f0ee52
commit
d948c96cae
1 changed files with 1 additions and 3 deletions
4
.github/workflows/deploy-pdf.yml
vendored
4
.github/workflows/deploy-pdf.yml
vendored
|
@ -8,10 +8,8 @@ jobs:
|
|||
build_latex:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Set up Git repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Compile LaTeX document
|
||||
uses: xu-cheng/latex-action@v3
|
||||
with:
|
||||
|
@ -20,4 +18,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: PDF
|
||||
path: test-file-main.pdf
|
||||
path: main.pdf
|
||||
|
|
Loading…
Reference in a new issue