blog/.woodpecker.yml

13 lines
237 B
YAML
Raw Normal View History

2022-11-29 11:57:11 +00:00
pipeline:
2022-11-29 12:18:46 +00:00
fetch-theme:
2022-11-29 12:17:04 +00:00
image: alpine/git
2022-11-29 11:57:11 +00:00
commands:
2022-11-29 12:17:04 +00:00
- git submodule init
2022-11-29 12:18:19 +00:00
- git submodule update --recursive --remote
2022-11-29 12:20:11 +00:00
build-hugo:
2022-11-29 12:22:34 +00:00
image: klakegg/hugo
2022-11-29 12:19:47 +00:00
commands:
- hugo
2022-11-29 12:23:20 +00:00
- ls -lah
- ls public