start hugo see what args it expects
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 21s

This commit is contained in:
2026-01-26 14:51:04 +00:00
parent 321e006289
commit 1cb0677e49

View File

@@ -16,4 +16,6 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: docker pull ghcr.io/gohugoio/hugo:v0.154.5
- run: docker run hugo build
- run: echo "🍏 This job's status is ${{ job.status }}."