user mapping
Some checks failed
Blog Generation / Explore-Gitea-Actions (push) Failing after 7s

This commit is contained in:
2026-01-26 14:56:23 +00:00
parent d231971595
commit 02d994d781

View File

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