Skip to content

Commit bab4a3f

Browse files
committed
fix deploy
1 parent 9ca1ab3 commit bab4a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
flutter-version: '3.0.0'
1717
- run: flutter pub get
18-
- run: flutter build web --base-href
18+
- run: flutter build web
1919
- uses: JamesIves/github-pages-deploy-action@v4.3.3
2020
with:
2121
branch: gh-pages

0 commit comments

Comments
 (0)