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 1bf7f10 commit 69750afCopy full SHA for 69750af
.github/workflows/deploy_playground_netlify.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Deploy to Netlify
50
uses: nwtgck/[email protected]
51
with:
52
- publish-dir: './build/web'
+ publish-dir: './example/build/web'
53
production-branch: main
54
github-token: ${{ secrets.GITHUB_TOKEN }}
55
deploy-message: "Deploy from GitHub Actions"
0 commit comments