From 91a10d28c8b5c92b21ca99360866f11cbcfa27e2 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Thu, 7 Dec 2023 16:25:36 +0100 Subject: [PATCH] Reworked the pipeline a bit. --- .gitea/workflows/test-build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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