Skip to content

Commit

Permalink
Disable non-default configurations for netlify workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonter committed Oct 11, 2024
1 parent 06d02f4 commit b267027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/netlify-pages-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
enable-commit-comment: true
enable-commit-status: true
overwrites-pull-request-comment: true
netlify-config-path: ./netlify.toml
#netlify-config-path: ./netlify.toml
#functions-dir: ./netlify/edge-functions
github-deployment-environment: "netlify-preview"
github-deployment-description: "Preview Deployment on Netlify"
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/netlify-pages-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
enable-commit-comment: true
enable-commit-status: true
overwrites-pull-request-comment: true
netlify-config-path: ./netlify.toml
#netlify-config-path: ./netlify.toml
#functions-dir: ./netlify/edge-functions
github-deployment-environment: "netlify-production"
github-deployment-description: "Production Deployment on Netlify"
env:
Expand Down

0 comments on commit b267027

Please sign in to comment.