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:
|
build_latex:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Compile LaTeX document
|
- name: Compile LaTeX document
|
||||||
uses: xu-cheng/latex-action@v3
|
uses: xu-cheng/latex-action@v3
|
||||||
with:
|
with:
|
||||||
|
@ -20,4 +18,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: PDF
|
name: PDF
|
||||||
path: test-file-main.pdf
|
path: main.pdf
|
||||||
|
|
Loading…
Reference in a new issue