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 bc9a78a commit 8b9adcfCopy full SHA for 8b9adcf
.circleci/config.yml
@@ -464,6 +464,8 @@ jobs:
464
name: trigger doc build
465
command: |
466
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
467
+ git config user.name nicolaskruchten
468
+ git config user.email [email protected]
469
git clone --depth=1 --branch=source-design-merge https://github.com/plotly/documentation.git
470
cd documentation
471
git commit --allow-empty -m "deploying https://github.com/plotly/plotly.py/commit/${CIRCLE_SHA1}"
0 commit comments