Employ same trick for publishing docs "trust" github host

This commit is contained in:
dannyrb 2019-05-16 00:05:19 -04:00
parent 462d4b5f10
commit 39112c211d

View File

@ -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