guide.deuxfleurs.fr/.woodpecker/main.yaml

14 lines
185 B
YAML
Raw Normal View History

2024-09-26 13:33:13 +00:00
---
2024-09-26 13:28:00 +00:00
when:
event:
2024-09-26 13:33:13 +00:00
- push
- pull_request
branch: main
2024-09-26 13:28:00 +00:00
steps:
- name: build
image: alpine:3.17.2
commands:
- apk update
- apk add zola
- zola build