.gitea/workflows/latex.yaml aktualisiert

This commit is contained in:
2025-04-09 18:16:18 +02:00
parent cdd4077cdc
commit 4ee7b666a9

View File

@@ -20,6 +20,8 @@ jobs:
uses: actions/checkout@v4
- name: Build PDF
run: pdflatex ./main.tex
- name: Build for table of contents
run: pdflatex ./main.tex
- name: Upload PDF
uses: actions/upload-artifact@v3
with: