diff --git a/.drone.yml b/.drone.yml index 8851123..1c96c12 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,11 @@ kind: pipeline name: default steps: +- name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive + - name: build image: klakegg/hugo:ext-alpine-ci commands: