blog/.woodpecker.yml
Ewen ed547b7340
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
test ci
2022-11-29 13:22:34 +01:00

13 lines
231 B
YAML

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