From b387c9c94aca1f6ecb27f89c70042f4a339d7d66 Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Tue, 14 Jul 2026 20:10:12 -0700 Subject: [PATCH] swapping to texlive-action --- .gitea/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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