Skip to content

Commit 8a0a146

Browse files
authored
Merge doc prod (#1953)
* bump CI * bump CI * Bump CI * changed repo where to deploy built branch (#1946) * changed repo where to deploy built branch * also changed fingerprint
1 parent e5e1457 commit 8a0a146

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ jobs:
399399
steps:
400400
- add_ssh_keys:
401401
fingerprints:
402-
- "d9:b0:da:5c:3e:8c:b6:b6:d5:b6:35:70:ce:fe:f5:b1"
402+
- "3e:4b:19:1c:c2:d1:92:dd:bf:f8:c9:d6:a6:78:69:2a"
403403

404404
- checkout
405405

@@ -453,7 +453,7 @@ jobs:
453453
git config user.email [email protected]
454454
git add *
455455
git commit -m build
456-
git push --force [email protected]:plotly/plotly.py.git master:built
456+
git push --force [email protected]:plotly/plotly.py-docs.git master:built
457457
rm -rf .git
458458
cd ../..
459459
fi

Diff for: doc/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Documentation repo for plotly.py v4
44

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

0 commit comments

Comments
 (0)