1

Update latex workflow to current version with own image
All checks were successful
Build LaTeX document / build-latex (push) Successful in 24s

This commit is contained in:
2023-11-22 11:38:13 +01:00
parent bef4b52a05
commit 02e1be46ec

View File

@ -2,7 +2,7 @@ name: Build LaTeX document
on: on:
push: push:
branches: [master] branches: [master, main]
jobs: jobs:
build-latex: build-latex:
@ -11,11 +11,9 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build LaTeX document - name: Build LaTeX document
run: docker run --rm --volumes-from ${{ env.JOB_CONTAINER_NAME }} --workdir ${{ github.workspace }} ghcr.io/xu-cheng/texlive-full:latest latexmk -shell-escape -pdf thesis.tex run: docker run --rm --volumes-from ${{ env.JOB_CONTAINER_NAME }} --workdir ${{ github.workspace }} gitea.vps.chriphost.de/christoph/docker-texlive:latest latexmk -shell-escape -pdf thesis.tex
- name: Rename document
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: facial-animation-using-inverse-kinematics.pdf name: facial-animation-using-inverse-kinematics.pdf
path: facial-animation-using-inverse-kinematics.pdf path: thesis.pdf