Skip to content

Commit

Permalink
stupid mistake (#9390)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabd authored Sep 18, 2024
1 parent 5f281fc commit b110253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.source_branch }}#refs/heads/}
command: pages deploy js/_website/.vercel/output/static --project-name=gradio-website --branch=${${{ needs.changes.outputs.source_branch }}#refs/heads/}

# production
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit b110253

Please sign in to comment.