mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
chore: update Hugo version in Netlify CI
This commit is contained in:
parent
5608f0a5e1
commit
7a38f3ad50
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
publish = "exampleSite/public"
|
publish = "exampleSite/public"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.87.0"
|
HUGO_VERSION = "0.100.2"
|
||||||
HUGO_THEME = "repo"
|
HUGO_THEME = "repo"
|
||||||
|
|
||||||
[context.production]
|
[context.production]
|
||||||
|
@ -23,4 +23,4 @@
|
||||||
# If it should show more verbose logs (optional, default = true)
|
# If it should show more verbose logs (optional, default = true)
|
||||||
debug = true
|
debug = true
|
||||||
# Relative path to source directory in case you use Hugo's "--s" option
|
# Relative path to source directory in case you use Hugo's "--s" option
|
||||||
srcdir = "exampleSite"
|
srcdir = "exampleSite"
|
||||||
|
|
Loading…
Reference in a new issue