Update workflow
All checks were successful
Build LaTeX document / build-latex (push) Successful in 7m49s
All checks were successful
Build LaTeX document / build-latex (push) Successful in 7m49s
This commit is contained in:
@ -8,14 +8,18 @@ jobs:
|
|||||||
build-latex:
|
build-latex:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup TexLive
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y texlive-full
|
||||||
|
apt-get install -y inkscape
|
||||||
- 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 }} --env INPUT_EXTRA_SYSTEM_PACKAGES=inkscape 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
|
||||||
- name: Rename document
|
run: latexmk -shell-escape -pdf thesis.tex
|
||||||
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: interrupt-handling-using-the-x86-apic.pdf
|
||||||
path: facial-animation-using-inverse-kinematics.pdf
|
path: thesis.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user