1

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

This commit is contained in:
2023-11-21 22:21:27 +01:00
parent 6764948591
commit c1ae0fc679

View File

@ -19,9 +19,7 @@ jobs:
- 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 latexmk -shell-escape -pdf /document/thesis.tex
run: echo $GITHUB_WORKSPACE
- name: List env
run: env
run: ls ./
- name: Rename document
run: mv thesis.pdf facial-animation-using-inverse-kinematics.pdf
- name: Upload artifact