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