Skip to content

Commit 266eeb4

Browse files
committed
Fix flutter web href
1 parent f207972 commit 266eeb4

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
@@ -37,7 +37,7 @@ jobs:
3737
run: flutter pub outdated
3838

3939
- name: Build web
40-
run: flutter build web
40+
run: flutter build web --base-href /dart-ast-node-viewer/
4141

4242
- name: Deploy to GitHub Pages
4343
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)