diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index bd420d7..d4a46ae 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -13,7 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - run: | + - name: Compile + run: | pdflatex pal-vorstellung.tex biber pal-vorstellung pdflatex pal-vorstellung.tex @@ -22,4 +23,4 @@ jobs: - uses: actions/upload-artifact@v3 with: path: pal-vorstellung.pdf - name: pal-vorstellung.pdf + name: pal-vorstellung