We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a3c0d commit 05bab5fCopy full SHA for 05bab5f
.github/workflows/deploy_playground_netlify.yml
@@ -49,8 +49,10 @@ jobs:
49
- name: Deploy to Netlify
50
uses: nwtgck/[email protected]
51
with:
52
+ netlify-config-path: './example/netlify.toml'
53
publish-dir: './example/build/web'
54
production-branch: main
55
+ production-deploy: true
56
github-token: ${{ secrets.GITHUB_TOKEN }}
57
deploy-message: "Deploy to Netlify from GitHub Actions"
58
enable-pull-request-comment: true
0 commit comments