Compare commits
2 Commits
b63212de9a
...
2bbca754d2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bbca754d2 | ||
|
|
96f8dbd80b |
@ -12,17 +12,14 @@ jobs:
|
||||
container: texlive/texlive:latest
|
||||
|
||||
steps:
|
||||
- name: Install node :(
|
||||
run: |
|
||||
apt update -y
|
||||
apt install -y npm
|
||||
- uses: xu-cheng/latex-action@v4
|
||||
with:
|
||||
root_file: |
|
||||
main.tex
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build PDF
|
||||
run: make pdf
|
||||
|
||||
- name: Upload PDF artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user