put files into container
Some checks failed
Blog Generation / Explore-Gitea-Actions (push) Failing after 7s

This commit is contained in:
2026-01-26 14:54:20 +00:00
parent 54f5cafde1
commit d231971595

View File

@@ -14,4 +14,4 @@ jobs:
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: docker pull ghcr.io/gohugoio/hugo:v0.154.5 - run: docker pull ghcr.io/gohugoio/hugo:v0.154.5
- run: docker run ghcr.io/gohugoio/hugo:v0.154.5 build - run: docker run -v ${PWD}:/src ghcr.io/gohugoio/hugo:v0.154.5 build