1 parent 79eb4b8 commit 13e54bdCopy full SHA for 13e54bd
1 file changed
.github/workflows/deploy-example.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
cd packages/flutter_omarchy/example
27
flutter pub get
28
- flutter build web --release --wasm --no-tree-shake-icons
+ flutter build web --release --wasm --no-tree-shake-icons --base-href /flutter_omarchy/
29
30
- name: Deploy to GitHub Pages
31
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments