add githubs fingerprint to known host for mkdocs

pull/336/head v0.3.7
Simon Aronsson 5 years ago
parent 061e958534
commit 76fdabfe6d

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

Loading…
Cancel
Save