From 5d68f2bc514c8610d2a48133fc7cc217f11c629f Mon Sep 17 00:00:00 2001 From: Riccardo Finotello Date: Sun, 12 Jan 2025 16:24:01 +0100 Subject: [PATCH] Remove xelatex option from workflow --- .gitea/workflows/xelatex.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/xelatex.yaml b/.gitea/workflows/xelatex.yaml index cb1d5e4..7e062e1 100644 --- a/.gitea/workflows/xelatex.yaml +++ b/.gitea/workflows/xelatex.yaml @@ -20,7 +20,7 @@ jobs: uses: dante-ev/latex-action@latest with: root_file: cv.tex - args: -xelatex -interaction=nonstopmode + args: -interaction=nonstopmode - name: Archive artifacs uses: actions/upload-artifact@v4 with: