Revert "Test textlive container in workflow"
All checks were successful
Build LaTeX document / build-latex (push) Successful in 33s
All checks were successful
Build LaTeX document / build-latex (push) Successful in 33s
This reverts commit 17c76fc818
.
This commit is contained in:
@ -6,13 +6,12 @@ on:
|
||||
|
||||
jobs:
|
||||
build-latex:
|
||||
runs-on: texlive-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- 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: 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
|
||||
- name: Rename document
|
||||
run: mv thesis.pdf facial-animation-using-inverse-kinematics.pdf
|
||||
- name: Upload artifact
|
||||
|
Reference in New Issue
Block a user