Skip to content

Commit

Permalink
ci: Update base href for flutter gh-pages (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan authored Dec 23, 2024
1 parent 55e5814 commit cb493ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: |
flutter build web \
--release \
--base-href "/post-disaster-comms/" \
--base-href "/resilience/" \
--web-renderer html \
--dart-define=SUPABASE_ANON_KEY=${{ secrets.CLOUD_DB_JWT_ANON_KEY}} \
--dart-define=SUPABASE_URL=${{ secrets.CLOUD_DB_URL}}
Expand Down

0 comments on commit cb493ab

Please sign in to comment.