File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,6 @@ jobs:
398398 - add_ssh_keys :
399399 fingerprints :
400400 - " 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)
402401
403402 - checkout
404403
@@ -460,20 +459,6 @@ jobs:
460459 rm -rf build/html build/ipynb
461460 cd ..
462461
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 nicolas@plot.ly
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-
477462 - run :
478463 name : make doc
479464 command : |
You can’t perform that action at this time.
0 commit comments