From af2d06c7a40449c43fbdd2c5578ea83e4aa420f3 Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Thu, 4 Feb 2021 20:51:59 +0000 Subject: [PATCH] Update hugo (#40) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7032f77..ebd9851 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: commands: - git submodule update --init --recursive - name: build - image: xperimental/hugo:0.72.0 + image: xperimental/hugo:0.80.0 commands: - hugo - name: publish