We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd7b1d commit 2229d91Copy full SHA for 2229d91
.circleci/config.yml
@@ -399,7 +399,7 @@ jobs:
399
steps:
400
- add_ssh_keys:
401
fingerprints:
402
- - "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"
403
404
- checkout
405
@@ -453,7 +453,7 @@ jobs:
453
git config user.email nicolas@plot.ly
454
git add *
455
git commit -m build
456
- 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
457
rm -rf .git
458
cd ../..
459
fi
0 commit comments