Skip to content

Commit

Permalink
update web renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Aug 13, 2023
1 parent fd5a2f2 commit 5f20509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_web_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: flutter pub get

- name: Build Web
run: flutter build web --release --base-href /inx/inner_breeze/
run: flutter build web --release --web-renderer canvaskit --base-href /inx/inner_breeze/

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

0 comments on commit 5f20509

Please sign in to comment.