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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2022-06-11 11:59:20 +0300
committerGitHub <noreply@github.com>2022-06-11 11:59:20 +0300
commit7a38f3ad5089a35188273095e6669808753ba767 (patch)
tree046ffe58ef8a18cc6ca4d522896dc6df2f66a57c
parent5608f0a5e15ce1195674127ad4205ea55afa27c3 (diff)
chore: update Hugo version in Netlify CI
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index 2a5b2a8..90a0360 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,7 +2,7 @@
publish = "exampleSite/public"
[build.environment]
- HUGO_VERSION = "0.87.0"
+ HUGO_VERSION = "0.100.2"
HUGO_THEME = "repo"
[context.production]
@@ -23,4 +23,4 @@
# If it should show more verbose logs (optional, default = true)
debug = true
# Relative path to source directory in case you use Hugo's "--s" option
- srcdir = "exampleSite" \ No newline at end of file
+ srcdir = "exampleSite"