diff --git a/.drone.yml b/.drone.yml index 25ffe6d..f3ecb5f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,8 @@ steps: image: alpine/git commands: - cd themes - - git submodule update --init --recursive + #- git submodule update --init --recursive + - git submodule update --force --recursive --init --remote - name: build image: klakegg/hugo:ext-ci