From 78c51ebf27183ee4c3312e12fd88f44a64af5991 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Wed, 8 Nov 2023 23:25:47 +0000 Subject: [PATCH] Site: Update hugo from v0.120.3 to v0.120.4 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index c319cb9db143..007957e30e07 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 = "14.21.1" -HUGO_VERSION = "v0.120.3" +HUGO_VERSION = "v0.120.4" [context.production.environment] HUGO_ENV = "production"