Employ same trick for publishing docs "trust" github host
This commit is contained in:
parent
462d4b5f10
commit
39112c211d
@ -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