File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- add_ssh_keys :
15
15
fingerprints :
16
- - " SHA256:USaw9IC3qDmo5lTDeDE1ctu2VeLlrFbqhYZrPVJlw2U"
17
- - " c0:90:93:c0:d1:79:9e:d6:14:2e:0f:30:77:1a:83:04"
16
+ - " dc:5f:39:48:00:b4:72:34:e1:d2:c4:e1:1f:d1:e2:ce" # plotlydocbot
18
17
19
18
- restore_cache :
20
19
keys :
52
51
name : deployment
53
52
command : |
54
53
git config --global user.email "[email protected] "
55
- git config --global user.name "Deployer "
54
+ git config --global user.name "plotlydocbot "
56
55
rm -rf _posts/python/html
57
56
rm -rf _posts/r/md
58
57
git clone -b built [email protected] :plotly/plotly.py-docs _posts/python/html
@@ -111,6 +110,6 @@ jobs:
111
110
rm -rf _site/
112
111
touch .nojekyll
113
112
git add .
114
- git commit -m "deploying"
113
+ git commit -m "deploying https://github.com/plotly/documentation/commit/${CIRCLE_SHA1} "
115
114
git push origin gh-pages
116
115
fi
You can’t perform that action at this time.
0 commit comments