This commit is contained in:
parent
36c203b9cc
commit
6497b19061
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@ kind: pipeline
|
|||
name: default
|
||||
|
||||
steps:
|
||||
- name: submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- name: build
|
||||
image: klakegg/hugo:ext-alpine-ci
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue