mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
correct path (#9208)
This commit is contained in:
parent
bdbcf7b0e3
commit
5878fb189c
4
.github/workflows/website-deploy.yml
vendored
4
.github/workflows/website-deploy.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user