File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,6 @@ jobs:
398
398
- add_ssh_keys :
399
399
fingerprints :
400
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)
402
401
403
402
- checkout
404
403
@@ -460,20 +459,6 @@ jobs:
460
459
rm -rf build/html build/ipynb
461
460
cd ..
462
461
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 config user.name nicolaskruchten
470
- git config user.email [email protected]
471
- git commit --allow-empty -m "deploying https://github.com/plotly/plotly.py/commit/${CIRCLE_SHA1}"
472
- git push
473
- cd ..
474
- rm -rf documentation
475
- fi
476
-
477
462
- run :
478
463
name : make doc
479
464
command : |
You can’t perform that action at this time.
0 commit comments