Skip to content

Commit b089d6a

Browse files
undoing previous attempt
1 parent 078bdc9 commit b089d6a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Diff for: .circleci/config.yml

-15
Original file line numberDiff line numberDiff 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 [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-
477462
- run:
478463
name: make doc
479464
command: |

0 commit comments

Comments
 (0)