mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
add githubs fingerprint to known host for mkdocs
This commit is contained in:
parent
061e958534
commit
76fdabfe6d
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue