diff --git a/.circleci/config.yml b/.circleci/config.yml index 9093487ae..e8e25f08b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -77,6 +77,11 @@ jobs: steps: - attach_workspace: at: ~/repo + - run: + name: Avoid hosts unknown for github + command: + mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking + no\n" > ~/.ssh/config - run: name: Generate Docs command: yarn run staticDeploy