Skip to content

Commit

Permalink
hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
wvictor14 committed May 23, 2024
1 parent 33ecbce commit eba362b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
[build]
[build]
publish = "public"
command = "hugo"

[build.environment]
HUGO_VERSION = "0.126.1"

[context.production.environment]
HUGO_VERSION = "0.59.1"
HUGO_VERSION = "0.126.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"

[context.branch-deploy.environment]
HUGO_VERSION = "0.59.1"
HUGO_VERSION = "0.126.1"

[context.deploy-preview.environment]
HUGO_VERSION = "0.59.1"
HUGO_VERSION = "0.126.1"

0 comments on commit eba362b

Please sign in to comment.