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 46c782b commit 266a6f0Copy full SHA for 266a6f0
.github/workflows/deploy_playground_netlify.yml
@@ -49,10 +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: master
55
production-deploy: true
+ # netlify-config-path: './example/netlify.toml'
56
github-token: ${{ secrets.GITHUB_TOKEN }}
57
deploy-message: "Deploy to Netlify from GitHub Actions"
58
enable-pull-request-comment: true
0 commit comments