Skip to content

Commit

Permalink
chore: update Hugo version in Netlify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiJimmy authored Jun 11, 2022
1 parent 5608f0a commit 7a38f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
publish = "exampleSite/public"

[build.environment]
HUGO_VERSION = "0.87.0"
HUGO_VERSION = "0.100.2"
HUGO_THEME = "repo"

[context.production]
Expand All @@ -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"
srcdir = "exampleSite"

0 comments on commit 7a38f3a

Please sign in to comment.