From 947efd2cd023c7b774805b0d15024f134517ea83 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 6 Jan 2025 19:20:51 -0800 Subject: [PATCH] Site: Update hugo from v0.140.1 to v0.140.2 (#20202) --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 3d55dc413e..6b6b15b878 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.1" -HUGO_VERSION = "v0.140.1" +HUGO_VERSION = "v0.140.2" [context.production.environment] HUGO_ENV = "production"