help/.woodpecker.yaml
Pierre-Olivier Mercier cb528911ff
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: use hugo image with git for enableGitInfo support
2026-06-14 20:37:32 +09:00

20 lines
311 B
YAML

when:
event:
- push
- tag
- cron
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
steps:
- name: build
image: hugomods/hugo:git
commands:
- hugo
- cp public/en/404.html public/404.html
environment:
HUGO_ENVIRONMENT: production