From 2df6f66ec1c2ff6347305a88f6a6192938e9807f Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Mon, 28 Sep 2020 23:10:06 -0400 Subject: [PATCH] fixed .drone.yml --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7c619a4..6606d6d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,4 +9,7 @@ platform: steps: - name: build image: bdebyl/hugo + commands: + - git clone https://gitlab.com/bdebyl/hugo-theme-even.git themes/even + - hugo build