From 92c62f606f3c5db7770da1013afb7a60a593738d Mon Sep 17 00:00:00 2001 From: Riccardo Finotello Date: Sun, 12 Jan 2025 18:47:11 +0100 Subject: [PATCH] Update workflow --- .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 f4f06d2..fca04ea 100644 --- a/.gitea/workflows/xelatex.yaml +++ b/.gitea/workflows/xelatex.yaml @@ -19,7 +19,7 @@ jobs: - name: Compile LaTeX document uses: xu-cheng/latex-action@v2 with: - root_file: cv.tex + root_file: thesis.tex latexmk_use_xelatex: true - name: List files in the repository run: | @@ -40,5 +40,5 @@ jobs: endpoint=${{ secrets.S3ENDPOINT }} access_key_id=${{ secrets.S3ACCESSKEY }} secret_access_key=${{ secrets.S3ACCESSSECRET }} - include: '*.pdf' + include: 'thesis.pdf' - run: echo "🍏 This job's status is ${{ job.status }}."