Skip to content

Commit 638c6f4

Browse files
committed
🔐 ssh-keyscan GitHub
1 parent 3196a97 commit 638c6f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ commands:
7474
name: 🔀 Combining new docs with existing docs
7575
command: |
7676
cd /home/circleci/build
77+
ssh-keyscan github.com >> ~/.ssh/known_hosts
7778
git clone --single-branch --branch main [email protected]:${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git /tmp/repo || git clone --single-branch --branch main [email protected]:${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git /tmp/repo
7879
rsync -rtv ./ /tmp/repo/ --exclude '.git'
7980
- run:

0 commit comments

Comments
 (0)