diff --git a/.drone.yml b/.drone.yml index 9b563b5..a1ca388 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,11 @@ trigger: - master steps: + - name: submodules + image: alpine/git + commands: + - git submodule update --recursive --remote + - name: build image: hypervtechnics/drone-hugo settings: