From 472ec8a32e1ce391d132b663b8463f295220186b Mon Sep 17 00:00:00 2001 From: Riccardo Finotello Date: Mon, 6 Jan 2025 19:21:44 +0100 Subject: [PATCH] Update workflow --- .gitea/workflows/xelatex.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/xelatex.yaml b/.gitea/workflows/xelatex.yaml index df9f85c..cb1d5e4 100644 --- a/.gitea/workflows/xelatex.yaml +++ b/.gitea/workflows/xelatex.yaml @@ -17,12 +17,10 @@ jobs: run: | 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 && \ - latexmk -pdfxe cv.tex + uses: dante-ev/latex-action@latest + with: + root_file: cv.tex + args: -xelatex -interaction=nonstopmode - name: Archive artifacs uses: actions/upload-artifact@v4 with: