name: Build LaTeX PDF on: push: tags: - '*' jobs: build: runs-on: ubuntu-latest steps: - name: Set up Git repository uses: https://github.com/actions/checkout@v4 - name: Compile LaTeX document uses: https://github.com/xu-cheng/latex-action@v3 with: root_file: main.tex - name: Upload PDF file uses: https://github.com/actions/upload-artifact@v4 with: name: CV-Jarod-CAJNA-${{ gitea.ref_name }}.pdf path: CV-Jarod-CAJNA-${{ gitea.ref_name }}.pdf