From 7af4761cc311eb34e3857ff7e03b5a935f6fc711 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 29 Jan 2022 23:31:14 +0100 Subject: [PATCH] fix(docs): use up-to-date hugo image for building --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 04f69ffe2b..78272756e9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -621,7 +621,7 @@ steps: - tar -xzf vikunja-theme.tar.gz - name: build - image: monachus/hugo:v0.75.1 + image: klakegg/hugo:0.91.2 pull: true commands: - cd docs