blog/.woodpecker.yml
Ewen f7f3090818
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
test ci
2022-11-29 13:24:02 +01:00

15 lines
255 B
YAML

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