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:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/repo
|
at: ~/repo
|
||||||
|
- run:
|
||||||
|
name: Avoid hosts unknown for github
|
||||||
|
command:
|
||||||
|
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking
|
||||||
|
no\n" > ~/.ssh/config
|
||||||
- run:
|
- run:
|
||||||
name: Generate Docs
|
name: Generate Docs
|
||||||
command: yarn run staticDeploy
|
command: yarn run staticDeploy
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user