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:19:47 +00:00
|
|
|
image: klakegg/hugo:0.101.2-alpine
|
|
|
|
commands:
|
|
|
|
- hugo
|