File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -397,7 +397,8 @@ jobs:
397
397
steps :
398
398
- add_ssh_keys :
399
399
fingerprints :
400
- - " 3e:4b:19:1c:c2:d1:92:dd:bf:f8:c9:d6:a6:78:69:2a"
400
+ - " 3e:4b:19:1c:c2:d1:92:dd:bf:f8:c9:d6:a6:78:69:2a" # plotly.py-docs (built)
401
+ - " c0:55:31:66:74:4b:c8:fb:46:d4:b6:4e:5d:ba:81:b7" # documentation (s-d-m)
401
402
402
403
- checkout
403
404
@@ -459,6 +460,18 @@ jobs:
459
460
rm -rf build/html build/ipynb
460
461
cd ..
461
462
463
+ - run :
464
+ name : trigger doc build
465
+ command : |
466
+ if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
467
+ git clone --depth=1 --branch=source-design-merge https://github.com/plotly/documentation.git
468
+ cd documentation
469
+ git commit --allow-empty -m "deploying https://github.com/plotly/plotly.py/commit/${CIRCLE_SHA1}"
470
+ git push
471
+ cd ..
472
+ rm -rf documentation
473
+ fi
474
+
462
475
- run :
463
476
name : make doc
464
477
command : |
You can’t perform that action at this time.
0 commit comments