Skip to content

Commit 95f4589

Browse files
committed
Updated deploy script
1 parent 5901cd6 commit 95f4589

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
channel: 'stable'
2929

3030
- run: flutter pub get
31-
- run: flutter build web --release --base-href "/"
31+
- run: dart run build_runner build --delete-conflicting-outputs
32+
- run: flutter build web --release --base-href "/" --dart-define=API_KEY=${{ secrets.API_KEY }}
3233

3334
- uses: actions/configure-pages@v4
3435

0 commit comments

Comments
 (0)