From 4ea220f7991d0f7dbe9a54d997c0a9dbcb89fe79 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:22:11 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Bump=20Netlify=20Hugo=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/docs/hosting-deployment/index.ja.md | 2 +- exampleSite/content/docs/hosting-deployment/index.md | 2 +- exampleSite/content/docs/hosting-deployment/index.zh-Hans.md | 2 +- netlify.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/content/docs/hosting-deployment/index.ja.md b/exampleSite/content/docs/hosting-deployment/index.ja.md index 6f55eac..f0fc278 100644 --- a/exampleSite/content/docs/hosting-deployment/index.ja.md +++ b/exampleSite/content/docs/hosting-deployment/index.ja.md @@ -95,7 +95,7 @@ jobs: publish = "public" [build.environment] - HUGO_VERSION = "0.118.2" + HUGO_VERSION = "0.147.8" NODE_ENV = "production" GO_VERSION = "1.20" TZ = "UTC" # Set to preferred timezone diff --git a/exampleSite/content/docs/hosting-deployment/index.md b/exampleSite/content/docs/hosting-deployment/index.md index 81bd9f0..42ccbdf 100644 --- a/exampleSite/content/docs/hosting-deployment/index.md +++ b/exampleSite/content/docs/hosting-deployment/index.md @@ -100,7 +100,7 @@ Then in the root of your site repository, create a `netlify.toml` file: publish = "public" [build.environment] - HUGO_VERSION = "0.144.2" + HUGO_VERSION = "0.147.8" NODE_ENV = "production" TZ = "UTC" # Set to preferred timezone diff --git a/exampleSite/content/docs/hosting-deployment/index.zh-Hans.md b/exampleSite/content/docs/hosting-deployment/index.zh-Hans.md index 0e07adc..c97c7b4 100644 --- a/exampleSite/content/docs/hosting-deployment/index.zh-Hans.md +++ b/exampleSite/content/docs/hosting-deployment/index.zh-Hans.md @@ -99,7 +99,7 @@ jobs: publish = "public" [build.environment] - HUGO_VERSION = "0.118.2" + HUGO_VERSION = "0.147.8" NODE_ENV = "production" GO_VERSION = "1.20" TZ = "UTC" # Set to preferred timezone diff --git a/netlify.toml b/netlify.toml index 212ea2e..3dc5411 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "exampleSite/public" [build.environment] -HUGO_VERSION = "0.144.2" +HUGO_VERSION = "0.147.8" HUGO_THEMESDIR = "../.." HUGO_THEME = "repo" TZ = "Australia/Melbourne"