X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=push-to-web.sh;h=c41fd4211f067e511f394411370eee34fd33e06e;hb=44f29e932dcbe83c1bfaebb8735579392e27a5df;hp=1003430e1f988571b49193ed03c777e9f56ab8fa;hpb=11a255507812fc1ffad56b6994ed699f3721f1f0;p=dygraphs.git diff --git a/push-to-web.sh b/push-to-web.sh index 1003430..c41fd42 100755 --- a/push-to-web.sh +++ b/push-to-web.sh @@ -7,10 +7,14 @@ site=$1 # Produce dygraph-combined.js. ./generate-combined.sh +# Generate documentation. +./generate-documentation.py > docs/options.html + # Copy everything to the site. -scp tests/*.html tests/*.js $site/tests/ \ +scp tests/*.html tests/*.js tests/*.png $site/tests/ \ && \ -scp dygraph*.js gadget.xml excanvas.js thumbnail.png docs/* $site/ +scp dygraph*.js gadget.xml excanvas.js flashcanvas.* thumbnail.png screenshot.png docs/* $site/ -# Revert changes to dygraph-combined.js -git co dygraph-combined.js +# Revert changes to dygraph-combined.js and docs/options.html +git checkout dygraph-combined.js +rm docs/options.html