1

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

This commit is contained in:
2023-11-09 21:52:06 +01:00
parent 9a24cf065b
commit b9c535266b

View File

@ -11,11 +11,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build LaTeX document
uses: https://github.com/xu-cheng/latex-action@v3
uses: https://github.com/xu-cheng/texlive-action@v2
with:
root_file: thesis.tex
extra_packages: "inkscape"
latexmk_shell_escape: true
texlive_version: latest
scheme: full
run: latexmk --shell-escape -pdf thesis.tex
- name: Rename document
run: mv thesis.pdf facial-animation-using-inverse-kinematics.pdf
- name: Upload artifact