We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8ba7f commit 5494f35Copy full SHA for 5494f35
.circleci/config.yml
@@ -32,8 +32,8 @@ jobs:
32
- v1-dependencies-
33
- 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
+ name: Avoid hosts unknown for github
+ command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
37
- run: npm run docs:build
38
39
- run: # git push
0 commit comments