Skip to content

Commit 5593337

Browse files
committed
Fix install command
1 parent 45a0867 commit 5593337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: 'yarn'
2323

2424
- name: Install dependencies
25-
run: yarn focus @teimurjan/profile-readme
25+
run: yarn
2626

2727
- name: Generate readme
2828
run: yarn workspace @teimurjan/profile-readme generate-readme

0 commit comments

Comments
 (0)