use quotes
Some checks failed
Build LaTeX document / build_latex (push) Failing after 5s

This commit is contained in:
lukas 2024-09-26 11:57:30 +00:00
parent a979912edd
commit 6bd28f946a

View File

@ -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