From d3e632791e8251824fc8a4ef792a3bd90c25085e Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 3 Jan 2021 18:08:18 +0100 Subject: [PATCH] Another test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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