Update '.gitea/workflows/build.yaml'
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 17s
Gitea Actions Demo / Second-step (push) Failing after 3s
Docker Image CI / build (push) Successful in 10s

This commit is contained in:
2023-04-20 05:43:49 +00:00
parent cd84501e5e
commit fd48e55261

View File

@@ -17,6 +17,8 @@ jobs:
- name: Execute a shell script
run: |
ls ${{ github.workspace }}
cd slides
./build.sh once
- run: echo "🍏 This job's status is ${{ job.status }}."
Second-step:
runs-on: ubuntu-latest