Use hugomods/hugo for local build too
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nemunaire 2026-01-02 11:44:31 +07:00
commit ec1c9b1598

View file

@ -1,3 +1,9 @@
when:
event:
- push
- tag
- cron
clone: clone:
git: git:
image: woodpeckerci/plugin-git image: woodpeckerci/plugin-git
@ -5,7 +11,9 @@ clone:
recursive: true recursive: true
steps: steps:
build: - name: build
image: registry.nemunai.re/plugins/hugo image: hugomods/hugo:base
settings: commands:
hugo_version: 0.147.7 - hugo
environment:
HUGO_ENVIRONMENT: production