diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c4cce1ec..62790cb5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -15,7 +15,7 @@ jobs: with: channel: stable - 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 with: repoToken: "${{ secrets.GITHUB_TOKEN }}"