Merge pull request #434 from dannyrb/fix/docs-deploy

Trust unknown hosts in docs:publish step
This commit is contained in:
Danny Brown 2019-05-16 00:06:11 -04:00 committed by GitHub
commit 9dd2177fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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