printworkdir
Some checks failed
Build LaTeX document / build_latex (push) Failing after 4s

This commit is contained in:
lukas 2024-09-26 12:03:34 +00:00
parent a185b3fed6
commit ea3dbd9427

View File

@ -10,6 +10,7 @@ jobs:
run: |
workdirr=${{ github.workspace }}
echo $workdirr
docker run --rm -v "$workdirr:$workdirr" -w $workdirr ghcr.io/xu-cheng/texlive-full:latest ls -la $workdirr
docker run --rm -v "$workdirr:$workdirr" -w $workdirr ghcr.io/xu-cheng/texlive-full:latest latexmk -pdf -xelatex -shell-escape src/main.tex
- name: Upload PDF file