From e59efe5fb26aebd7bc7a450cd05cf5cbd97a4e35 Mon Sep 17 00:00:00 2001 From: Ali Abdalla Date: Thu, 19 Sep 2024 03:20:10 +0400 Subject: [PATCH] fix (#9391) --- .github/workflows/website-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 8d64772b95..5b793863a2 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -85,7 +85,7 @@ jobs: with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - command: pages deploy js/_website/.vercel/output/static --project-name=gradio-website --branch=${${{ needs.changes.outputs.source_branch }}#refs/heads/} + command: pages deploy js/_website/.vercel/output/static --project-name=gradio-website --branch=${{ needs.changes.outputs.source_branch }} # production - name: Pull Vercel Environment Information