This commit is contained in:
@ -10,12 +10,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
# - name: Build LaTeX document
|
||||||
|
# uses: http://gitlab.local.chriphost.de:3000/christoph/texlive-action@master
|
||||||
|
# with:
|
||||||
|
# texlive_version: latest
|
||||||
|
# scheme: full
|
||||||
|
# run: latexmk --shell-escape -pdf thesis.tex
|
||||||
- name: Build LaTeX document
|
- name: Build LaTeX document
|
||||||
uses: http://gitlab.local.chriphost.de:3000/christoph/texlive-action@master
|
run: docker run --rm -v "$GITHUB_WORKSPACE:/document" ghcr.io/xu-cheng/texlive-full:latest /bin/bash -c latexmk --shell-escape -pdf /document/thesis.tex
|
||||||
with:
|
|
||||||
texlive_version: latest
|
|
||||||
scheme: full
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user