We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d32021 commit 8303569Copy full SHA for 8303569
.github/workflows/after-ci.yml
@@ -63,7 +63,7 @@ jobs:
63
- uses: dawidd6/action-download-artifact@v6
64
with:
65
workflow: ci.yml
66
- name: docs-site
+ name: site
67
commit: ${{ github.event.workflow_run.head_sha }}
68
allow_forks: true
69
workflow_conclusion: completed
@@ -78,7 +78,6 @@ jobs:
78
VAR: ${{ github.event.workflow_run.head_branch }}
79
80
- uses: cloudflare/wrangler-action@v3
81
- name: Deploy docs-preview
82
id: deploy
83
84
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
0 commit comments