Skip to content

Commit

Permalink
👍 canvaskitレンダリングに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
dicenull committed Sep 11, 2023
1 parent abe7be0 commit 7800d51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.0'
channel: 'stable'
flutter-version: "3.13.0"
channel: "stable"
cache: true
- run: flutter --version
- run: flutter pub get
- run: flutter build web --web-renderer html --base-href /${{ steps.version.outputs.repository }}/
- run: flutter build web --web-renderer canvaskit --base-href /${{ steps.version.outputs.repository }}/

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 7800d51

Please sign in to comment.