blog/.woodpecker.yml
Ewen 919b86f2d6
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
test ci
2022-11-29 13:20:11 +01:00

11 lines
218 B
YAML

pipeline:
fetch-theme:
image: alpine/git
commands:
- git submodule init
- git submodule update --recursive --remote
build-hugo:
image: klakegg/hugo:0.101.2-alpine
commands:
- hugo