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
|
uses: actions/checkout@v3
|
||||||
- name: list files
|
- name: list files
|
||||||
run: |
|
run: |
|
||||||
|
echo "In outer docker container:"
|
||||||
ls
|
ls
|
||||||
pwd
|
pwd
|
||||||
|
echo "end outer print"
|
||||||
- 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: |
|
||||||
|
echo "in inner container"
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls
|
||||||
|
echo "end inner print"
|
||||||
|
echo "starting compilation"
|
||||||
latexmk main.tex
|
latexmk main.tex
|
||||||
- name: upload
|
- name: upload
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in a new issue