Skip to content

Commit

Permalink
TRY: Netlify build and and deploy WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Nov 16, 2024
1 parent 05bab5f commit 46c782b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_playground_netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
- name: "Themes playground WEB WASM-GC release build"
run: cd example && flutter build web --wasm --release -t lib/example5_themes_playground/main.dart
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v2.0
uses: nwtgck/actions-netlify@v3.0
with:
netlify-config-path: './example/netlify.toml'
publish-dir: './example/build/web'
production-branch: main
production-branch: master
production-deploy: true
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy to Netlify from GitHub Actions"
Expand Down

1 comment on commit 46c782b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.