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 }}
- name: Compile LaTeX document
run: |
apt-get update && |
apt-get install -y texlive-full latexmk && |
apt-get autoremove -y && |
apt-get autclean && |
apt-get update && \
apt-get install -y texlive-full latexmk && \
apt-get autoremove -y && \
apt-get autclean && \
latexmk -pdfxe cv.tex
- name: Archive artifacs
uses: actions/upload-artifact@v4