correct path (#9208)

This commit is contained in:
Ali Abdalla 2024-08-28 18:42:26 -07:00 committed by GitHub
parent bdbcf7b0e3
commit 5878fb189c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy js/_website/build/ --project-name=gradio-website
command: pages deploy js/_website/.vercel/output/static --project-name=gradio-website
# production
- name: Pull Vercel Environment Information
@ -105,7 +105,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy js/_website/build/ --project-name=gradio-website --branch=main
command: pages deploy js/_website/.vercel/output/static --project-name=gradio-website --branch=main
comment-deploy-success:
uses: "./.github/workflows/comment-queue.yml"