pull/261/head
Tom Arra 3 years ago
parent f30299d19c
commit 8b1eca5449

@ -15,7 +15,7 @@ jobs:
with: with:
channel: stable channel: stable
- run: flutter packages get - run: flutter packages get
- run: flutter build web - run: flutter build web -t lib/main_development.dart --web-renderer canvaskit
- uses: FirebaseExtended/action-hosting-deploy@v0 - uses: FirebaseExtended/action-hosting-deploy@v0
with: with:
repoToken: "${{ secrets.GITHUB_TOKEN }}" repoToken: "${{ secrets.GITHUB_TOKEN }}"

Loading…
Cancel
Save