From 1f9fe4c36ec18deb13a6f4475dbec951724916cd Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 9 Sep 2024 10:03:53 +0000 Subject: [PATCH] Site: Update hugo from v0.134.0 to v0.134.1 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index a3a6b3522d70..476f8f7d3922 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 = "20.17.0" -HUGO_VERSION = "v0.134.0" +HUGO_VERSION = "v0.134.1" [context.production.environment] HUGO_ENV = "production"