Skip to content

Commit

Permalink
Updated deploy-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leslieyip02 authored Dec 18, 2023
1 parent f621dfc commit 26bb805
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
flutter-version: 3.13.8
channel: "stable"

- run: flutter channel beta
- run: flutter config --enable-web
- run: flutter create .
- run: flutter create --platforms web .
- run: flutter clean
- run: flutter pub get
- run: flutter test
- run: flutter build web
Expand Down

0 comments on commit 26bb805

Please sign in to comment.