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 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