Skip to content

Commit 8b9adcf

Browse files
trigger documentation deployment automatically
1 parent bc9a78a commit 8b9adcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ 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 [email protected]
467469
git clone --depth=1 --branch=source-design-merge https://github.com/plotly/documentation.git
468470
cd documentation
469471
git commit --allow-empty -m "deploying https://github.com/plotly/plotly.py/commit/${CIRCLE_SHA1}"

0 commit comments

Comments
 (0)