This commit is contained in:
parent
a7bdd0fe2b
commit
8e91203021
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: check out repo
|
- name: check out repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: list files
|
||||||
|
run: ls
|
||||||
- name: compile
|
- name: compile
|
||||||
uses: xu-cheng/texlive-action@v2
|
uses: xu-cheng/texlive-action@v2
|
||||||
with:
|
with:
|
||||||
docker_image: aergus/latex
|
docker_image: aergus/latex
|
||||||
run: |
|
run: |
|
||||||
latexmk main.tex
|
latexmk main.tex
|
||||||
- name: list files
|
|
||||||
run: ls
|
|
||||||
- name: upload
|
- name: upload
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue