diff --git a/.github/workflows/unsafe_website_ci.yml b/.github/workflows/unsafe_website_ci.yml index b222365ee..5744734c4 100644 --- a/.github/workflows/unsafe_website_ci.yml +++ b/.github/workflows/unsafe_website_ci.yml @@ -155,7 +155,8 @@ jobs: working-directory: website run: | flutter build web \ - --web-renderer canvaskit + --web-renderer canvaskit \ + --pwa-strategy none - name: Deploy to Firebase Hosting (sharezone-debug) uses: FirebaseExtended/action-hosting-deploy@120e124148ab7016bec2374e5050f15051255ba2 diff --git a/.github/workflows/website_cd.yml b/.github/workflows/website_cd.yml index 482c1f28d..8ab5afa89 100644 --- a/.github/workflows/website_cd.yml +++ b/.github/workflows/website_cd.yml @@ -58,7 +58,8 @@ jobs: # buggy. flutter build web \ --web-renderer canvaskit \ - --dart-define=FLAVOR=${{ matrix.environment.flavor }} + --dart-define=FLAVOR=${{ matrix.environment.flavor }} \ + --pwa-strategy none - uses: FirebaseExtended/action-hosting-deploy@v0 with: