1

Test textlive container in workflow
Some checks failed
Build LaTeX document / build-latex (push) Failing after 3s

This commit is contained in:
2023-11-21 23:31:50 +01:00
parent 46271864fd
commit 17c76fc818

View File

@ -6,12 +6,13 @@ on:
jobs: jobs:
build-latex: build-latex:
runs-on: ubuntu-22.04 runs-on: texlive-latest
steps: steps:
- 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 }} ghcr.io/xu-cheng/texlive-full:latest latexmk -shell-escape -pdf thesis.tex
run: latexmk -shell-escape -pdf 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