Skip to content

Commit 5494f35

Browse files
committed
fix: 修复ci
1 parent cb8ba7f commit 5494f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- v1-dependencies-
3333
- run: ls -al
3434
- run:
35-
name: Avoid hosts unknown for github
36-
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
35+
name: Avoid hosts unknown for github
36+
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
3737
- run: npm run docs:build
3838
- run: ls -al
3939
- run: # git push

0 commit comments

Comments
 (0)