diff --git a/.drone.yml b/.drone.yml index 5a5212e..a9bbc7b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: submodules image: alpine/git commands: - - git submodule update --recursive --remote + - git submodule update --init --recursive --remote themes/ananke/ - name: build image: plugins/hugo