Update pipeline
This commit is contained in:
parent
b63212de9a
commit
96f8dbd80b
@ -12,17 +12,15 @@ jobs:
|
|||||||
container: texlive/texlive:latest
|
container: texlive/texlive:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install node :(
|
- uses: xu-cheng/latex-action@v4
|
||||||
run: |
|
with:
|
||||||
apt update -y
|
root_file: |
|
||||||
apt install -y npm
|
file1.tex
|
||||||
|
file2.tex
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build PDF
|
|
||||||
run: make pdf
|
|
||||||
|
|
||||||
- name: Upload PDF artifact
|
- name: Upload PDF artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user