We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae3a14 commit 33f15e3Copy full SHA for 33f15e3
.github/workflows/gh-pages.yml
@@ -24,7 +24,7 @@ jobs:
24
run: flutter pub get
25
26
- name: Build Flutter Web
27
- run: flutter build web
+ run: flutter build web --base-href="/project-todo-mvc-front/"
28
29
- name: Deploy to GitHub Pages
30
uses: peaceiris/actions-gh-pages@v3
0 commit comments