From 8e1dcaa7a7af69d4bd6dbb7dbfbd9844e7426e2a Mon Sep 17 00:00:00 2001 From: Riccardo Finotello Date: Sun, 12 Jan 2025 16:44:51 +0100 Subject: [PATCH] Change workflow action --- .gitea/workflows/xelatex.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/xelatex.yaml b/.gitea/workflows/xelatex.yaml index 7e062e1..178235c 100644 --- a/.gitea/workflows/xelatex.yaml +++ b/.gitea/workflows/xelatex.yaml @@ -17,10 +17,10 @@ jobs: run: | ls ${{ gitea.workspace }} - name: Compile LaTeX document - uses: dante-ev/latex-action@latest + uses: xu-cheng/latex-action@v2 with: root_file: cv.tex - args: -interaction=nonstopmode + latexmk_use_xelatex: true - name: Archive artifacs uses: actions/upload-artifact@v4 with: