Skip to content

Commit

Permalink
Update v0.2-branch Hugo (fix deploy) (#3864)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <[email protected]>
  • Loading branch information
thesuperzapper authored Sep 6, 2024
1 parent 063ade1 commit 32f5740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
command = "hugo"

[context.deploy-preview.environment]
HUGO_VERSION = "0.40"
NODE_VERSION = "8"
HUGO_VERSION = "0.81.0"
NODE_VERSION = "10"

[context.production.environment]
HUGO_VERSION = "0.40"
NODE_VERSION = "8"
HUGO_VERSION = "0.81.0"
NODE_VERSION = "10"

0 comments on commit 32f5740

Please sign in to comment.