From c8a1bbe8e57007cc95fdf32634a90ee3f902cde0 Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Thu, 22 Jan 2026 15:38:58 +0000 Subject: [PATCH] Actualizar .gitea/workflows/deploy-functions.yaml --- .gitea/workflows/deploy-functions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-functions.yaml b/.gitea/workflows/deploy-functions.yaml index a720464..39f63c4 100644 --- a/.gitea/workflows/deploy-functions.yaml +++ b/.gitea/workflows/deploy-functions.yaml @@ -22,4 +22,4 @@ jobs: version: latest - name: Deploy edge function - run: npx supabase@beta functions deploy ai-structured --project-ref $SUPABASE_PROJECT_ID --use-api + run: npx supabase@beta functions deploy --project-ref $SUPABASE_PROJECT_ID --use-api