Skip to content

Commit 86b2ab8

Browse files
committed
chore: remove deprecated web-renderer option to fix broken web builds
1 parent 78ba513 commit 86b2ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_to_gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Build
2828
run: |
29-
flutter build web --release --web-renderer html
29+
flutter build web --release --optimization-level 4
3030
3131
- name: Deploy 🚀
3232
uses: JamesIves/github-pages-deploy-action@v4.2.5

0 commit comments

Comments
 (0)