From eb39d85f77fa61251672729bf4549b7eeae97e43 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Thu, 17 Oct 2024 11:57:56 -0700 Subject: [PATCH] Site: Update hugo from v0.136.0 to v0.136.2 (#19815) --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ac389f6f28..c2cc75b36b 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.18.0" -HUGO_VERSION = "v0.136.0" +HUGO_VERSION = "v0.136.2" [context.production.environment] HUGO_ENV = "production"