Skip to content

Commit

Permalink
circleci: Add github.com to known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed May 23, 2023
1 parent f014921 commit 70b2aaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -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
Expand Down

0 comments on commit 70b2aaf

Please sign in to comment.