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"