blog/.woodpecker.yml
2022-11-29 13:19:47 +01:00

11 lines
217 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