1

Fix texlive image typo
All checks were successful
Build LaTeX document / build-latex (push) Successful in 54s

This commit is contained in:
2023-11-22 11:13:47 +01:00
parent b42228078c
commit dae40f3d97

View File

@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build LaTeX document
run: docker run --volumes-from ${{ env.JOB_CONTAINER_NAME }} --workdir ${{ github.workspace }} gitlab.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/docker-texlive:latest latexmk -shell-escape -pdf thesis.tex
# run: latexmk -shell-escape -pdf thesis.tex
- name: Upload artifact
uses: actions/upload-artifact@v3