From 97fc62098f69180b307d0be42361696ce0e622b1 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Mon, 28 Sep 2020 23:43:17 -0400 Subject: [PATCH] updated theme being pulled from gitlab to github --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 25dba04..1aa075b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - name: build image: bdebyl/hugo commands: - - git clone https://gitlab.com/bdebyl/hugo-theme-even.git themes/even + - git clone https://github.com/bdebyl/hugo-theme-even.git themes/even - hugo - name: deploy