Update workflow
Some checks failed
Compile PDF / Compile-PDF (push) Has been cancelled

This commit is contained in:
Riccardo Finotello
2025-01-06 19:12:19 +01:00
parent 3c8d7359f6
commit 29a8c37a9d

View File

@@ -18,10 +18,10 @@ jobs:
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: Compile LaTeX document - name: Compile LaTeX document
run: | run: |
apt-get update && | apt-get update && \
apt-get install -y texlive-full latexmk && | apt-get install -y texlive-full latexmk && \
apt-get autoremove -y && | apt-get autoremove -y && \
apt-get autclean && | apt-get autclean && \
latexmk -pdfxe cv.tex latexmk -pdfxe cv.tex
- name: Archive artifacs - name: Archive artifacs
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4