Skip to content

Commit e6a3852

Browse files
committed
ci: Add base href
1 parent c6bc899 commit e6a3852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
channel: stable
1313
flutter-version: 3.24.x
14-
- run: flutter build web
14+
- run: flutter build web --base-href /${{ github.event.repository.name }}/
1515
- id: deployment
1616
uses: actions/upload-pages-artifact@v3
1717
with:

0 commit comments

Comments
 (0)