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

13 lines
246 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:
- ls -lah
- pwd
- hugo