Remove xelatex option from workflow
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 49s

This commit is contained in:
Riccardo Finotello
2025-01-12 16:24:01 +01:00
parent 472ec8a32e
commit 5d68f2bc51

View File

@@ -20,7 +20,7 @@ jobs:
uses: dante-ev/latex-action@latest
with:
root_file: cv.tex
args: -xelatex -interaction=nonstopmode
args: -interaction=nonstopmode
- name: Archive artifacs
uses: actions/upload-artifact@v4
with: