👷 Bump Netlify Hugo version

This commit is contained in:
James Panther
2025-06-22 11:22:11 +10:00
parent ac96b18693
commit 4ea220f799
4 changed files with 4 additions and 4 deletions
@@ -95,7 +95,7 @@ jobs:
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.118.2" HUGO_VERSION = "0.147.8"
NODE_ENV = "production" NODE_ENV = "production"
GO_VERSION = "1.20" GO_VERSION = "1.20"
TZ = "UTC" # Set to preferred timezone TZ = "UTC" # Set to preferred timezone
@@ -100,7 +100,7 @@ Then in the root of your site repository, create a `netlify.toml` file:
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.144.2" HUGO_VERSION = "0.147.8"
NODE_ENV = "production" NODE_ENV = "production"
TZ = "UTC" # Set to preferred timezone TZ = "UTC" # Set to preferred timezone
@@ -99,7 +99,7 @@ jobs:
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.118.2" HUGO_VERSION = "0.147.8"
NODE_ENV = "production" NODE_ENV = "production"
GO_VERSION = "1.20" GO_VERSION = "1.20"
TZ = "UTC" # Set to preferred timezone TZ = "UTC" # Set to preferred timezone
+1 -1
View File
@@ -3,7 +3,7 @@
publish = "exampleSite/public" publish = "exampleSite/public"
[build.environment] [build.environment]
HUGO_VERSION = "0.144.2" HUGO_VERSION = "0.147.8"
HUGO_THEMESDIR = "../.." HUGO_THEMESDIR = "../.."
HUGO_THEME = "repo" HUGO_THEME = "repo"
TZ = "Australia/Melbourne" TZ = "Australia/Melbourne"