Fixed bash command
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 50s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 50s
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
- 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: echo "Starting first LaTeX build"
|
||||||
- run: pdflatex fat.tex
|
- run: pdflatex fat.tex
|
||||||
- run: echo "Starting second LaTeX build"
|
- run: echo "Starting second LaTeX build"
|
||||||
|
|||||||
Reference in New Issue
Block a user