Skip to content

Commit 078bdc9

Browse files
trigger documentation deployment automatically
1 parent 8b9adcf commit 078bdc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,10 @@ jobs:
464464
name: trigger doc build
465465
command: |
466466
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
467-
git config user.name nicolaskruchten
468-
git config user.email nicolas@plot.ly
469467
git clone --depth=1 --branch=source-design-merge https://github.com/plotly/documentation.git
470468
cd documentation
469+
git config user.name nicolaskruchten
470+
git config user.email nicolas@plot.ly
471471
git commit --allow-empty -m "deploying https://github.com/plotly/plotly.py/commit/${CIRCLE_SHA1}"
472472
git push
473473
cd ..

0 commit comments

Comments
 (0)