Skip to content

Commit

Permalink
Optimize Flutter build for web deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
toddlerer committed Oct 17, 2024
1 parent df1a24d commit e7f92c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: flutter pub get

- name: Build Flutter Web
run: flutter build web
run: flutter build web --release --base-href="/flutter-workshop-demo/"

- name: Create .nojekyll file
run: touch build/web/.nojekyll
Expand Down

0 comments on commit e7f92c6

Please sign in to comment.