From d8a8cf12cca744e0c0fb48d5ab9f4182f6e50806 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 21 Apr 2021 11:55:13 +0200 Subject: [PATCH] correct submodule part --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 3e28f05..466fb27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,6 +27,7 @@ steps: - name: submodules image: alpine/git commands: + - git submodule init - git submodule update --recursive --remote - ls themes/toha