Optimize submodule step in Drone CI
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7060190cec
commit
eaed4b249d
|
@ -7,8 +7,7 @@ steps:
|
|||
image: klakegg/hugo:alpine
|
||||
commands:
|
||||
- apk add --no-cache git
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
- git submodule update --init --single-branch --recursive
|
||||
- hugo
|
||||
|
||||
- name: deploy
|
||||
|
|
Loading…
Reference in a new issue