Skip to content

Commit cb8ba7f

Browse files
committed
fix: 修复ci
1 parent 653a1f4 commit cb8ba7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- v1-dependencies-{{ checksum "package.json" }}
3232
- v1-dependencies-
3333
- run: ls -al
34+
- run:
35+
name: Avoid hosts unknown for github
36+
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
3437
- run: npm run docs:build
3538
- run: ls -al
3639
- run: # git push

0 commit comments

Comments
 (0)