Skip to content

Commit

Permalink
Set pwa strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Feb 28, 2024
1 parent 3e78608 commit 0e11b7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/unsafe_website_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/website_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e11b7d

Please sign in to comment.