diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0a8c31a..f6d14f6 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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