Skip to content

Commit

Permalink
Update hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 3, 2021
1 parent 17934df commit 90e8fa6
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 @@ -3,10 +3,10 @@ publish = "exampleSite/public"
command = "cd exampleSite && hugo --minify --themesDir=../../ --theme=repo"

[context.production.environment]
HUGO_VERSION = "0.78.0"
HUGO_VERSION = "0.87.0"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"

[context.deploy-preview.environment]
HUGO_VERSION = "0.78.0"
HUGO_VERSION = "0.87.0"
HUGO_ENABLEGITINFO = "true"

0 comments on commit 90e8fa6

Please sign in to comment.