Skip to content

Commit 05bab5f

Browse files
committed
TRY: WASM-GC Build and deployt to Netlify
1 parent 42a3c0d commit 05bab5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy_playground_netlify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ jobs:
4949
- name: Deploy to Netlify
5050
uses: nwtgck/[email protected]
5151
with:
52+
netlify-config-path: './example/netlify.toml'
5253
publish-dir: './example/build/web'
5354
production-branch: main
55+
production-deploy: true
5456
github-token: ${{ secrets.GITHUB_TOKEN }}
5557
deploy-message: "Deploy to Netlify from GitHub Actions"
5658
enable-pull-request-comment: true

0 commit comments

Comments
 (0)