circleci: Add github.com to known hosts

This commit is contained in:
Bjørn Erik Pedersen 2023-05-23 10:12:16 +02:00
parent f014921159
commit 70b2aaf873
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -80,6 +80,9 @@ jobs:
- *restore-cache
- *attach-workspace
- *git-config
- run:
name: Add github.com to known hosts
command: ssh-keyscan github.com >> ~/.ssh/known_hosts
- run:
command: |
cp -a /tmp/workspace/dist1/. ./hugo/dist