From a5bca97780fd25b6ba2c9d73f9506f8befe318bc Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sat, 18 Nov 2023 13:31:14 +0100 Subject: [PATCH] Reworked the build command. --- .gitea/workflows/test-build.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index c23b3e0..cdde043 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -13,13 +13,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - run: pdflatex pal-vorstellung.tex - run: | - ls -la - mkdir artifacts - # cp *.pdf artifacts/ - cp *.tex artifacts/ - cat *.tex + pdflatex pal-vorstellung.tex + bider pal-vorstellung.tex + pdflatex pal-vorstellung.tex + pdflatex pal-vorstellung.tex + pdflatex pal-vorstellung.tex - uses: actions/upload-artifact@v3 with: path: pal-vorstellung.pdf