blog/.woodpecker.yml

7 lines
138 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