mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-18 12:50:30 +08:00
figured it out (#10689)
This commit is contained in:
parent
be1844f420
commit
dfda39fdba
4
.github/workflows/website-deploy.yml
vendored
4
.github/workflows/website-deploy.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
command: pages deploy js/_website/.svelte-kit --project-name=gradio-website --branch=${{ needs.changes.outputs.source_branch }}
|
||||
command: pages deploy js/_website/.svelte-kit/cloudflare --project-name=gradio-website --branch=${{ needs.changes.outputs.source_branch }}
|
||||
|
||||
# production
|
||||
- name: Deploy Production Website to Cloudflare Pages
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
command: pages deploy js/_website/.svelte-kit --project-name=gradio-website --branch=main
|
||||
command: pages deploy js/_website/.svelte-kit/cloudflare --project-name=gradio-website --branch=main
|
||||
|
||||
comment-deploy-success:
|
||||
uses: "./.github/workflows/comment-queue.yml"
|
||||
|
Loading…
x
Reference in New Issue
Block a user