Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/peter-evans/create…
Browse files Browse the repository at this point in the history
…-pull-request-7
  • Loading branch information
kodiakhq[bot] authored Sep 6, 2024
2 parents 30ebb60 + 717c576 commit 628643f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,34 @@ publish = "public"
[context.production.environment]
HUGO_ENABLEGITINFO = "true"
HUGO_ENV = "production"
HUGO_VERSION = "0.126.2"
NODE_VERSION = "v20.11.1"
NPM_VERSION = "10.5.0"
HUGO_VERSION = "0.133.1"
NODE_VERSION = "v20.17.0"
NPM_VERSION = "10.8.3"

[context.split1]
command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --enableGitInfo"

[context.split1.environment]
HUGO_ENV = "production"
HUGO_VERSION = "0.126.2"
NODE_VERSION = "v20.11.1"
NPM_VERSION = "10.5.0"
HUGO_VERSION = "0.133.1"
NODE_VERSION = "v20.17.0"
NPM_VERSION = "10.8.3"

[context.deploy-preview]
command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"

[context.deploy-preview.environment]
HUGO_VERSION = "0.126.2"
NODE_VERSION = "v20.11.1"
NPM_VERSION = "10.5.0"
HUGO_VERSION = "0.133.1"
NODE_VERSION = "v20.17.0"
NPM_VERSION = "10.8.3"

[context.branch-deploy]
command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify -b $DEPLOY_PRIME_URL"

[context.branch-deploy.environment]
HUGO_VERSION = "0.126.2"
NODE_VERSION = "v20.11.1"
NPM_VERSION = "10.5.0"
HUGO_VERSION = "0.133.1"
NODE_VERSION = "v20.17.0"
NPM_VERSION = "10.8.3"

[context.next.environment]
HUGO_ENABLEGITINFO = "true"

0 comments on commit 628643f

Please sign in to comment.