add githubs fingerprint to known host for mkdocs

This commit is contained in:
Simon Aronsson 2019-07-02 11:35:54 +02:00
parent 061e958534
commit 76fdabfe6d

View file

@ -230,4 +230,6 @@ jobs:
md-toc md-toc
- run: - run:
name: Generate and publish name: Generate and publish
command: mkdocs gh-deploy command: |
ssh-keyscan -H github.com >> ~/.ssh/known_hosts && \
mkdocs gh-deploy