From 46d445a0b8a132287fd683d6228125ceebcbb10e Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Tue, 3 Dec 2019 09:08:28 -0500 Subject: [PATCH 1/4] bump CI --- doc/eject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/eject.py b/doc/eject.py index 80666ef6145..c0be71129c8 100644 --- a/doc/eject.py +++ b/doc/eject.py @@ -23,5 +23,5 @@ print(metadata["permalink"], ipynb_path, "fail") # pass else: - # print("NO NB", html_path) + # print("NO NB", html_path) pass From a85abb842b9e49f5c1272cf3a0bc6e8fb6cf1975 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Tue, 3 Dec 2019 09:09:25 -0500 Subject: [PATCH 2/4] bump CI --- doc/eject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/eject.py b/doc/eject.py index c0be71129c8..80666ef6145 100644 --- a/doc/eject.py +++ b/doc/eject.py @@ -23,5 +23,5 @@ print(metadata["permalink"], ipynb_path, "fail") # pass else: - # print("NO NB", html_path) + # print("NO NB", html_path) pass From acd7b1de7b6a6829cccf284a6b76b152b1c2e689 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Tue, 3 Dec 2019 09:18:57 -0500 Subject: [PATCH 3/4] Bump CI --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index b6f6eba7119..74d63f422f2 100644 --- a/doc/README.md +++ b/doc/README.md @@ -2,4 +2,4 @@ Documentation repo for plotly.py v4 -The output of the `Makefile` is stored by CI in the `built` branch which is then used by the `documentation` repo to generate https://plot.ly/python +The output of the `Makefile` is stored by CI in the `built` branch of the `plotly.py-docs` repo which is then used by the `documentation` repo to generate https://plot.ly/python From 2229d91fa7d40b8670c410a92252bfc48ee7cfb8 Mon Sep 17 00:00:00 2001 From: Emmanuelle Gouillart Date: Tue, 3 Dec 2019 09:55:41 -0500 Subject: [PATCH 4/4] changed repo where to deploy built branch (#1946) * changed repo where to deploy built branch * also changed fingerprint --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 756734e08d0..9fa39507cf5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -399,7 +399,7 @@ jobs: steps: - add_ssh_keys: fingerprints: - - "d9:b0:da:5c:3e:8c:b6:b6:d5:b6:35:70:ce:fe:f5:b1" + - "3e:4b:19:1c:c2:d1:92:dd:bf:f8:c9:d6:a6:78:69:2a" - checkout @@ -453,7 +453,7 @@ jobs: git config user.email nicolas@plot.ly git add * git commit -m build - git push --force git@github.com:plotly/plotly.py.git master:built + git push --force git@github.com:plotly/plotly.py-docs.git master:built rm -rf .git cd ../.. fi