Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoThemesSiteBuilder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-09-05 13:30:58 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-09-05 13:30:58 +0300
commitd18b2bd7152922b2dbf36fc30b942b91b2e6d073 (patch)
tree2bb89be61d7b3a950c9c832c192264b13f6ecff0
parentede67fa0c69b90471d616ea25e443e54424ef8bc (diff)
netlify: Hugo 0.102.3
-rw-r--r--netlify.toml16
1 files changed, 7 insertions, 9 deletions
diff --git a/netlify.toml b/netlify.toml
index ebac284..385aabf 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,16 +1,14 @@
[build]
-base = "cmd/hugothemesitebuilder/build/site"
-publish = "public"
-command = "./build.sh"
-ignore = "/bin/false"
+ base = "cmd/hugothemesitebuilder/build/site"
+ publish = "public"
+ command = "./build.sh"
+ ignore = "/bin/false"
[context.production.environment]
-HUGO_VERSION = "0.101.0"
+ HUGO_VERSION = "0.102.3"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.101.0"
+ HUGO_VERSION = "0.102.3"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.101.0"
-
-
+ HUGO_VERSION = "0.102.3"