From e1ccf0680b5658faab181ca4059262c3ac629176 Mon Sep 17 00:00:00 2001 From: Ricardo Chavarria Date: Tue, 9 Sep 2025 15:14:03 -0600 Subject: [PATCH] fix(ci): fix deploy to Firebase --- .github/workflows/adev-staging-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/adev-staging-deploy.yml b/.github/workflows/adev-staging-deploy.yml index 8f00694..c151dda 100644 --- a/.github/workflows/adev-staging-deploy.yml +++ b/.github/workflows/adev-staging-deploy.yml @@ -46,4 +46,4 @@ jobs: firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}" projectId: angular-hispano-staging channelId: live - target: staging \ No newline at end of file + target: docs \ No newline at end of file