Skip to content

Commit 9ca1ab3

Browse files
committed
Fix the deploy script
1 parent 990105a commit 9ca1ab3

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 "/website-test/"
18+
- run: flutter build web --base-href
1919
- uses: JamesIves/github-pages-deploy-action@v4.3.3
2020
with:
2121
branch: gh-pages

0 commit comments

Comments
 (0)