From 6fbe73916983b34b5d0358bc771e0f4965f9e828 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sat, 18 Nov 2023 14:00:23 +0100 Subject: [PATCH] Removed a test execution of an install of biblatex. --- .gitea/workflows/test-build.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index b98ae4b..ddb5b1d 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -14,9 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - run: | - tlmgr install biblatex - - run: | - pdflatex pal-vorstellung.tex + latex pal-vorstellung.tex biber pal-vorstellung pdflatex pal-vorstellung.tex pdflatex pal-vorstellung.tex