This commit is contained in:
parent
a979912edd
commit
6bd28f946a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Build LaTeX Document
|
||||
run: |
|
||||
docker run --rm -v ${{ github.workspace }}:/workdir -w /workdir ghcr.io/xu-cheng/texlive-full:latest latexmk -pdf -xelatex -shell-escape /workdir/src/main.tex
|
||||
docker run --rm -v "${{ github.workspace }}:/workdir" -w /workdir ghcr.io/xu-cheng/texlive-full:latest latexmk -pdf -xelatex -shell-escape /workdir/src/main.tex
|
||||
|
||||
- name: Upload PDF file
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Loading…
Reference in New Issue
Block a user