Fixed bash command
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 50s

This commit is contained in:
Matthias Heisig
2025-06-03 11:04:47 +02:00
parent c91bd1447d
commit 01cbb1fe09

View File

@@ -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"