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 2aebcaf commit 7dcfbddCopy full SHA for 7dcfbdd
.circleci/config.yml
@@ -440,6 +440,15 @@ jobs:
440
git push --force git@github.com:plotly/plotly.py-docs.git master:built
441
rm -rf .git
442
cd ../..
443
+ cd build/ipynb
444
+ git init
445
+ git config user.name plotlydocbot
446
+ git config user.email accounts@plot.ly
447
+ git add *
448
+ git commit -m "build of https://github.com/plotly/plotly.py/commit/${CIRCLE_SHA1}"
449
+ git push --force git@github.com:plotly/plotly.py-docs.git master:built_ipynb
450
+ rm -rf .git
451
+ cd ../..
452
fi
453
tar -zcf build/html.tgz build/html
454
rm -rf build/html build/ipynb
0 commit comments