mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-19 12:00:39 +08:00
fix pin (#9607)
This commit is contained in:
parent
abdd5e0cc2
commit
afd8ea3580
4
.github/workflows/website-deploy.yml
vendored
4
.github/workflows/website-deploy.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
- name: Deploy Preview Website to Cloudflare Pages
|
||||
if: needs.changes.outputs.pr_number != 'false'
|
||||
id: cloudflare-preview
|
||||
uses: cloudflare/wrangler-action@93fff4f65695eb901ed8bbdaa2e6a3ead4f6b345
|
||||
uses: cloudflare/wrangler-action@3ea6e3f132caf107faeba789ccb713d57437d2a6
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
- name: Deploy Production Website to Cloudflare Pages
|
||||
if: needs.changes.outputs.source_repo == 'gradio-app/gradio' && needs.changes.outputs.source_branch == 'refs/heads/main'
|
||||
id: cloudflare-production
|
||||
uses: cloudflare/wrangler-action@93fff4f65695eb901ed8bbdaa2e6a3ead4f6b345
|
||||
uses: cloudflare/wrangler-action@3ea6e3f132caf107faeba789ccb713d57437d2a6
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user