We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bc899 commit e6a3852Copy full SHA for e6a3852
.github/workflows/build.yaml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
channel: stable
13
flutter-version: 3.24.x
14
- - run: flutter build web
+ - run: flutter build web --base-href /${{ github.event.repository.name }}/
15
- id: deployment
16
uses: actions/upload-pages-artifact@v3
17
0 commit comments