1

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

This commit is contained in:
2023-11-09 21:47:16 +01:00
parent 681383a08d
commit fb7fbaf484

View File

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