This commit is contained in:
parent
5124d98a3e
commit
5baadae8ff
@ -24,6 +24,11 @@ type: docker
|
|||||||
name: build & deploy
|
name: build & deploy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: submodules
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --recursive --remote
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user