more output
Some checks reported warnings
Gitea Actions Demo / checkout (push) Has been cancelled

This commit is contained in:
Maximilian Keßler 2023-10-14 16:27:11 +02:00
parent aa26a53568
commit b530354344
Signed by: max
GPG key ID: BCC5A619923C0BA5

View file

@ -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