13 lines
246 B
YAML
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
|