Files
alexis.lahouze.org/.woodpecker.yaml
T
2026-02-13 18:09:53 +01:00

15 lines
208 B
YAML

---
when:
- event:
- push
- manual
branch: main
steps:
- name: build
image: ghcr.io/gohugoio/hugo:v0.155.3
commands:
- hugo build
# vim: set tw=80 ts=4 sw=4 sts=4 nospell: