diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c02823..8eb099e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,8 +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 + 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