From: Bjørn Erik Pedersen Date: Tue, 23 May 2023 08:12:16 +0000 (+0200) Subject: circleci: Add github.com to known hosts X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=70b2aaf873affe432a66bb2a15d41cc79558b05e;p=brevno-suite%2Fhugo circleci: Add github.com to known hosts --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 6fd9ede58..4702a8457 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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