From af432322ee1d0e37fa0eb7cef82fbb2c65d42bd1 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 20 Apr 2024 19:21:37 -0700 Subject: [PATCH] Update hugo --- doc/netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/netlify.toml b/doc/netlify.toml index 6e2c0bb0..9cf7cbaa 100644 --- a/doc/netlify.toml +++ b/doc/netlify.toml @@ -1,6 +1,6 @@ [build.environment] PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8 - HUGO_VERSION = "0.124.1" + HUGO_VERSION = "0.125.2" DART_SASS_VERSION = "1.71.1" DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"