From b7cc2969859ce1dacafbdd6434d252019b9718f9 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 26 Aug 2024 16:03:48 +0000 Subject: [PATCH] Site: Update hugo from v0.133.0 to v0.133.1 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 33f15c3d18..b25d83ced7 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.133.0" +HUGO_VERSION = "v0.133.1" [context.production.environment] HUGO_ENV = "production"