swapping to texlive-action
Build Resume PDF / build (push) Failing after 2m20s

This commit is contained in:
2026-07-14 20:10:12 -07:00
parent 46933c426c
commit b387c9c94a
+3 -2
View File
@@ -15,9 +15,10 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Compile LaTeX document - name: Compile LaTeX document
uses: xu-cheng/latex-action@v3 uses: xu-cheng/texlive-action@v3
with: with:
root_file: resume.tex run: |
latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode resume.tex
- name: Upload PDF artifact - name: Upload PDF artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3