From ae4ab498ccb267a95d765368236416cb0154b32b Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 27 Feb 2020 16:58:14 +0100 Subject: [PATCH] let drone actually build the site with hugo --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 87208b4..4495d5d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,3 +7,7 @@ steps: settings: hugo_version: 0.65.3 validate: true + commands: + - git submodule init + - git submodule update + - hugo --gc=true