diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 1c41bfb..72c9c3f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -15,9 +15,10 @@ jobs: uses: actions/checkout@v4 - name: Compile LaTeX document - uses: xu-cheng/latex-action@v3 + uses: xu-cheng/texlive-action@v3 with: - root_file: resume.tex + run: | + latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode resume.tex - name: Upload PDF artifact uses: actions/upload-artifact@v3