This commit is contained in:
parent
aa26a53568
commit
b530354344
1 changed files with 5 additions and 0 deletions
|
@ -10,15 +10,20 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: list files
|
||||
run: |
|
||||
echo "In outer docker container:"
|
||||
ls
|
||||
pwd
|
||||
echo "end outer print"
|
||||
- name: compile
|
||||
uses: xu-cheng/texlive-action@v2
|
||||
with:
|
||||
docker_image: aergus/latex
|
||||
run: |
|
||||
echo "in inner container"
|
||||
pwd
|
||||
ls
|
||||
echo "end inner print"
|
||||
echo "starting compilation"
|
||||
latexmk main.tex
|
||||
- name: upload
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue