Add LICENSE
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 19s

This commit is contained in:
Riccardo Finotello
2025-01-06 19:10:59 +01:00
parent 3838380342
commit 3c8d7359f6
2 changed files with 679 additions and 1 deletions

View File

@@ -18,7 +18,11 @@ jobs:
ls ${{ gitea.workspace }}
- name: Compile LaTeX document
run: |
apt-get update && apt-get install -y texlive && latexmk -pdfxe cv.tex
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
with: