Skip to content

Commit 13e54bd

Browse files
committed
Fixed demo CI.
1 parent 79eb4b8 commit 13e54bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
cd packages/flutter_omarchy/example
2727
flutter pub get
28-
flutter build web --release --wasm --no-tree-shake-icons
28+
flutter build web --release --wasm --no-tree-shake-icons --base-href /flutter_omarchy/
2929
3030
- name: Deploy to GitHub Pages
3131
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)