👷 Bump Hugo Nelify version to 0.119.0

pull/680/head
James Panther 2023-10-24 11:26:35 +11:00
parent 12fcf5f692
commit 94bda6faca
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 2 additions and 3 deletions

View File

@ -99,9 +99,8 @@ Then in the root of your site repository, create a `netlify.toml` file:
publish = "public"
[build.environment]
HUGO_VERSION = "0.118.2"
HUGO_VERSION = "0.119.0"
NODE_ENV = "production"
GO_VERSION = "1.20"
TZ = "UTC" # Set to preferred timezone
[context.production.environment]

View File

@ -3,7 +3,7 @@
publish = "exampleSite/public"
[build.environment]
HUGO_VERSION = "0.118.2"
HUGO_VERSION = "0.119.0"
HUGO_THEMESDIR = "../.."
HUGO_THEME = "repo"
TZ = "Australia/Melbourne"