Use github actions for compiling
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 3m19s

This commit is contained in:
Riccardo Finotello
2025-01-06 18:59:54 +01:00
parent 7a9bc40eab
commit ab5c168105

View File

@@ -16,12 +16,11 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Install missing packages to build the pdf
run: |
apt install -y texlive-full
- name: Compile the PDF
run: |
latexmk -pdfxe cv.tex
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: cv.tex
latexmk_use_xelatex: true
- name: Archive artifacs
uses: actions/upload-artifact@v4
with: