Skip to content

Commit bc4e0d8

Browse files
committed
fix "After CI" job, again?
1 parent 8303569 commit bc4e0d8

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/after-ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ jobs:
5656

5757
steps:
5858
- uses: actions/checkout@v4
59-
- uses: actions/setup-node@v4
60-
- run: npm install
61-
working-directory: docs-site
6259

6360
- uses: dawidd6/action-download-artifact@v6
6461
with:
@@ -67,15 +64,8 @@ jobs:
6764
commit: ${{ github.event.workflow_run.head_sha }}
6865
allow_forks: true
6966
workflow_conclusion: completed
70-
if_no_artifact_found: warn
71-
72-
- run: 'echo head_sha $VAR'
73-
env:
74-
VAR: ${{ github.event.workflow_run.head_sha }}
7567

76-
- run: 'echo head_branch $VAR'
77-
env:
78-
VAR: ${{ github.event.workflow_run.head_branch }}
68+
- run: ls -lha
7969

8070
- uses: cloudflare/wrangler-action@v3
8171
id: deploy

0 commit comments

Comments
 (0)