From 01cbb1fe090d09c8c90fc220626871478de0888c Mon Sep 17 00:00:00 2001 From: Matthias Heisig Date: Tue, 3 Jun 2025 11:04:47 +0200 Subject: [PATCH] Fixed bash command --- .gitea/workflows/build_pdf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_pdf.yaml b/.gitea/workflows/build_pdf.yaml index 35d17ea..ff85ff6 100644 --- a/.gitea/workflows/build_pdf.yaml +++ b/.gitea/workflows/build_pdf.yaml @@ -10,7 +10,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - run: echo "The ${{ gitea.repository }} repository has been cloned to the runner." - - run: create_git_info_file.sh + - run: bash create_git_info_file.sh - run: echo "Starting first LaTeX build" - run: pdflatex fat.tex - run: echo "Starting second LaTeX build"