Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down