Compare commits
No commits in common. "2bbca754d22be5e31dae9bb36fd6a95086bd17e3" and "b63212de9a94091ba9dbd6956f313eee44c8b64a" have entirely different histories.
2bbca754d2
...
b63212de9a
@ -12,13 +12,16 @@ jobs:
|
|||||||
container: texlive/texlive:latest
|
container: texlive/texlive:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: xu-cheng/latex-action@v4
|
- name: Install node :(
|
||||||
with:
|
run: |
|
||||||
root_file: |
|
apt update -y
|
||||||
main.tex
|
apt install -y npm
|
||||||
|
|
||||||
- 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user