diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 2bd2092c0999e..93470ab51f7c5 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 + command: pages deploy js/_website/.vercel/output/static --project-name=gradio-website --branch=${{ needs.changes.outputs.pr_number }} # production - name: Pull Vercel Environment Information