Update workflow
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 3m56s

This commit is contained in:
Riccardo Finotello
2025-01-06 19:21:44 +01:00
parent 29a8c37a9d
commit 472ec8a32e

View File

@@ -17,12 +17,10 @@ jobs:
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: Compile LaTeX document - name: Compile LaTeX document
run: | uses: dante-ev/latex-action@latest
apt-get update && \ with:
apt-get install -y texlive-full latexmk && \ root_file: cv.tex
apt-get autoremove -y && \ args: -xelatex -interaction=nonstopmode
apt-get autclean && \
latexmk -pdfxe cv.tex
- name: Archive artifacs - name: Archive artifacs
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: