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 8b9adcf commit 078bdc9Copy full SHA for 078bdc9
.circleci/config.yml
@@ -464,10 +464,10 @@ 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 nicolas@plot.ly
469
git clone --depth=1 --branch=source-design-merge https://github.com/plotly/documentation.git
470
cd documentation
+ git config user.name nicolaskruchten
+ git config user.email nicolas@plot.ly
471
git commit --allow-empty -m "deploying https://github.com/plotly/plotly.py/commit/${CIRCLE_SHA1}"
472
git push
473
cd ..
0 commit comments