2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-04-24 13:01:18 +08:00
This commit is contained in:
Ali Abdalla 2025-02-26 21:11:53 -08:00 committed by GitHub
parent 3a7beea0a0
commit 2fc2f530c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

@ -69,5 +69,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: website
path: js/_website/.sveltekit/cloudflare
path: js/_website/.svelte-kit/cloudflare
include-hidden-files: true

@ -58,7 +58,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: website
path: js/_website/.sveltekit/cloudflare
path: js/_website/.svelte-kit/cloudflare
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: list files
@ -71,7 +71,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy js/_website/.sveltekit/cloudflare --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/.sveltekit/cloudflare --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"