Merge pull request #434 from dannyrb/fix/docs-deploy
Trust unknown hosts in docs:publish step
This commit is contained in:
commit
9dd2177fa4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user