Skip to content

Commit

Permalink
fix (#9391)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabd committed Sep 18, 2024
1 parent b110253 commit e59efe5
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 --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
Expand Down

0 comments on commit e59efe5

Please sign in to comment.