From ae80ff21360c6207a3ad805061d18659fe54570d Mon Sep 17 00:00:00 2001 From: Andreas Brain Date: Thu, 28 Oct 2021 15:45:45 +0200 Subject: [PATCH] Use hugo 0.76.5 to build the site, should fix JS issues, see okkur/syna#851 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 338f790..67b350a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: build image: plugins/hugo environment: - PLUGIN_HUGO_VERSION: 0.83.1 + PLUGIN_HUGO_VERSION: 0.76.5 PLUGIN_EXTENDED: true PLUGIN_VALIDATE: true - name: deploy