Skip to content

Commit

Permalink
ci: update base-href
Browse files Browse the repository at this point in the history
  • Loading branch information
AladdineDev committed Feb 6, 2024
1 parent cb1a825 commit a7765d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
dart run easy_localization:generate -S assets/translations -f keys -O lib/src/localization/generated -o locale_keys.g.dart
- name: Build
run: flutter build web --web-renderer canvaskit --release --no-tree-shake-icons --base-href /${{github.event.repository.name}}/
run: flutter build web --web-renderer canvaskit --release --no-tree-shake-icons --base-href /

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit a7765d9

Please sign in to comment.