We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3196a97 commit 638c6f4Copy full SHA for 638c6f4
.circleci/config.yml
@@ -74,6 +74,7 @@ commands:
74
name: 🔀 Combining new docs with existing docs
75
command: |
76
cd /home/circleci/build
77
+ ssh-keyscan github.com >> ~/.ssh/known_hosts
78
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
79
rsync -rtv ./ /tmp/repo/ --exclude '.git'
80
- run:
0 commit comments