From a7765d9eec0146d4dc2a2c1bb8f7891cd204eb07 Mon Sep 17 00:00:00 2001 From: Aaldn Date: Tue, 6 Feb 2024 21:08:58 +0100 Subject: [PATCH] ci: update base-href --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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