Thanks to visit codestin.com Credit goes to github.com
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 f89a052 commit d5d56dbCopy full SHA for d5d56db
.circleci/config.yml
@@ -74,7 +74,7 @@ jobs:
74
name: trigger plotly/documentation build
75
command: |
76
if [ "${CIRCLE_BRANCH}" == "master" ]; then
77
- git clone --depth=1 --branch=source-design-merge https://github.com/plotly/documentation.git
+ git clone --depth=1 --branch=source-design-merge git@github.com:plotly/documentation.git
78
cd documentation
79
git config user.name plotlydocbot
80
git config user.email [email protected]
0 commit comments