Skip to content

Commit 8303569

Browse files
committed
fix "After CI" job
1 parent 0d32021 commit 8303569

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/after-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: dawidd6/action-download-artifact@v6
6464
with:
6565
workflow: ci.yml
66-
name: docs-site
66+
name: site
6767
commit: ${{ github.event.workflow_run.head_sha }}
6868
allow_forks: true
6969
workflow_conclusion: completed
@@ -78,7 +78,6 @@ jobs:
7878
VAR: ${{ github.event.workflow_run.head_branch }}
7979

8080
- uses: cloudflare/wrangler-action@v3
81-
name: Deploy docs-preview
8281
id: deploy
8382
with:
8483
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)