diff --git a/.drone.yml b/.drone.yml index 75ea69a..6fe6090 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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