diff --git a/.github/workflows/deploy-pdf.yml b/.github/workflows/deploy-pdf.yml index 8657453..fbc0539 100644 --- a/.github/workflows/deploy-pdf.yml +++ b/.github/workflows/deploy-pdf.yml @@ -13,9 +13,9 @@ jobs: - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 with: - root_file: main.tex + root_file: ../main.tex - name: Upload PDF file uses: actions/upload-artifact@v3 with: name: PDF - path: main.pdf + path: ../main.pdf