1

Update workflow image name
All checks were successful
Build LaTeX document / build-latex (push) Successful in 50s

This commit is contained in:
2023-11-22 11:51:31 +01:00
parent 696464b91d
commit fa5319ac25

View File

@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build LaTeX document
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
run: docker run --rm --volumes-from ${{ env.JOB_CONTAINER_NAME }} --workdir ${{ github.workspace }} gitea.vps.chriphost.de/christoph/texlive:latest latexmk -shell-escape -pdf thesis.tex
- name: Rename artifact
run: mv thesis.pdf interrupt-handling-using-the-x86-apic.pdf
- name: Upload artifact