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 48953f1 commit 96d0019Copy full SHA for 96d0019
.circleci/config.yml
@@ -163,6 +163,8 @@ jobs:
163
164
git clone --single-branch --branch gh-pages git@github.com:${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git /tmp/repo
165
cd /tmp/repo
166
+ git remote set-branches --add origin ${CIRCLE_BRANCH}
167
+ git fetch origin ${CIRCLE_BRANCH}
168
169
if [ "${CIRCLE_BRANCH}" == "main" ]; then
170
rm -Rf /tmp/repo/versions/${VERSION} 2> /dev/null | true
0 commit comments