Skip to content

Commit 835047e

Browse files
committed
fix: ci
1 parent 35c3714 commit 835047e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/actions/setup-node-deps/action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@ runs:
1919
- name: Install dependencies
2020
if: steps.yarn-cache.outputs.cache-hit != 'true'
2121
run: yarn install --frozen-lockfile
22-
23-
- name: Download content
24-
if: steps.yarn-cache.outputs.cache-hit == 'true'
25-
run: yarn init:content
22+
shell: bash

0 commit comments

Comments
 (0)