1

Update workflow
Some checks failed
Build LaTeX document / build-latex (push) Failing after 5s

This commit is contained in:
2023-11-09 22:59:27 +01:00
parent f2eca9f4d7
commit 63b17ff615

View File

@ -17,7 +17,7 @@ jobs:
# scheme: full
# run: latexmk --shell-escape -pdf thesis.tex
- name: Build LaTeX document
run: docker run --rm -v "$GITHUB_WORKSPACE:/document" ghcr.io/xu-cheng/texlive-full:latest /bin/bash -c latexmk --shell-escape -pdf /document/thesis.tex
run: docker run --rm -v "$GITHUB_WORKSPACE:/document" ghcr.io/xu-cheng/texlive-full:latest /bin/bash -c -- latexmk -shell-escape -pdf /document/thesis.tex
- name: Rename document
run: mv thesis.pdf facial-animation-using-inverse-kinematics.pdf
- name: Upload artifact