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