Skip to content

Commit

Permalink
💚 Set pwa strategy to none
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed May 11, 2022
1 parent fa234bb commit 385ff13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
channel: "stable"
- run: flutter --version
- run: flutter pub get
- run: flutter build web
- run: flutter build web --pwa-strategy=none
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
run:
working-directory: ./example
steps:
- uses: actions/checkout@v2
- run: >-
git clone https://github.com/flutter/flutter.git -b stable && export
PATH="$PATH:`pwd`/flutter/bin" && flutter build web
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- run: flutter --version
- run: flutter pub get
- run: flutter build web --pwa-strategy=none
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 385ff13

Please sign in to comment.