pint path
This commit is contained in:
parent
8e91203021
commit
0a430c5db8
1 changed files with 3 additions and 0 deletions
|
@ -10,11 +10,14 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: list files
|
||||
run: ls
|
||||
run: pwd
|
||||
- name: compile
|
||||
uses: xu-cheng/texlive-action@v2
|
||||
with:
|
||||
docker_image: aergus/latex
|
||||
run: |
|
||||
ls
|
||||
pwd
|
||||
latexmk main.tex
|
||||
- name: upload
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue