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 eb47ba2 commit b6932d5Copy full SHA for b6932d5
.circleci/config.yml
@@ -450,7 +450,7 @@ jobs:
450
git config user.name plotlydocbot
451
git config user.email accounts@plot.ly
452
git add *
453
- git commit -m build
+ git commit -m "build of https://github.com/plotly/plotly.py/commit/${CIRCLE_SHA1}"
454
git push --force git@github.com:plotly/plotly.py-docs.git master:built
455
rm -rf .git
456
cd ../..
@@ -488,7 +488,7 @@ jobs:
488
489
490
git add .nojekyll
491
492
git push --force git@github.com:plotly/plotly.py-docs.git master:gh-pages
493
494
0 commit comments