Skip to content

Commit

Permalink
Fix: deploy_github_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Sep 7, 2024
1 parent 5c4c58b commit 614bb32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: |
flutter --version
flutter pub get
cd example
- name: Check Dart code formatting
run: |
dart format . -o none --set-exit-if-changed
Expand All @@ -42,9 +41,9 @@ jobs:
run: |
flutter --version
flutter pub get
cd example
- name: Build web (CanvasKit)
run: |
cd example
flutter build web --web-renderer canvaskit --release
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 614bb32

Please sign in to comment.