Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5d56db

Browse files
Fix CI documentation trigger
1 parent f89a052 commit d5d56db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: trigger plotly/documentation build
7575
command: |
7676
if [ "${CIRCLE_BRANCH}" == "master" ]; then
77-
git clone --depth=1 --branch=source-design-merge https://github.com/plotly/documentation.git
77+
git clone --depth=1 --branch=source-design-merge git@github.com:plotly/documentation.git
7878
cd documentation
7979
git config user.name plotlydocbot
8080
git config user.email [email protected]

0 commit comments

Comments
 (0)