From 99efaae4d74e486d4fc1db825188e6adf1d292b7 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Fri, 5 Jul 2024 15:18:36 +0000 Subject: [PATCH] Site: Update hugo from v0.128.1 to v0.128.2 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 29e584f669..b8b4a41f84 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.15.0" -HUGO_VERSION = "v0.128.1" +HUGO_VERSION = "v0.128.2" [context.production.environment] HUGO_ENV = "production"