Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc78ea5

Browse files
use plotlydocbot
1 parent 6bdd88b commit cc78ea5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
steps:
1414
- add_ssh_keys:
1515
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
1817

1918
- restore_cache:
2019
keys:
@@ -52,7 +51,7 @@ jobs:
5251
name: deployment
5352
command: |
5453
git config --global user.email "[email protected]"
55-
git config --global user.name "Deployer"
54+
git config --global user.name "plotlydocbot"
5655
rm -rf _posts/python/html
5756
rm -rf _posts/r/md
5857
git clone -b built [email protected]:plotly/plotly.py-docs _posts/python/html
@@ -111,6 +110,6 @@ jobs:
111110
rm -rf _site/
112111
touch .nojekyll
113112
git add .
114-
git commit -m "deploying"
113+
git commit -m "deploying https://github.com/plotly/documentation/commit/${CIRCLE_SHA1}"
115114
git push origin gh-pages
116115
fi

0 commit comments

Comments
 (0)