info-page/.woodpecker.yaml
2025-03-21 18:01:32 -04:00

10 lines
177 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: haskell:9.10.1-bullseye
commands:
- cabal update && cabal build
- cabal run site build