From 52c56290d13f6f873194217b90d78181af405700 Mon Sep 17 00:00:00 2001 From: jct Date: Tue, 25 Feb 2020 10:09:31 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d00107d..052906f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: requirements image: alpine/git commands: - - git submodule update --recursive --remote + - git submodule update --recursive --remote --init - name: build image: klakegg/hugo:ext-alpine commands: