From 55c1c969e09df6803039b647e090ab8d3cfda1a5 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 11 Dec 2023 10:03:23 +0000 Subject: [PATCH] Site: Update hugo from v0.120.4 to v0.121.1 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 007957e30e..8618b1cb6d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ command = "pwd && cd themes/docsy && npm install && git submodule update -f --in [build.environment] NODE_VERSION = "14.21.1" -HUGO_VERSION = "v0.120.4" +HUGO_VERSION = "v0.121.1" [context.production.environment] HUGO_ENV = "production"