From: Robert Konigsberg Date: Sun, 15 Jan 2012 04:32:37 +0000 (-0500) Subject: push-to-web now pushes the gallery. X-Git-Tag: v1.0.0~351 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=inline;h=86d724e52a93d4e75fdffdaa538b4f401e8fd3e6;p=dygraphs.git push-to-web now pushes the gallery. --- diff --git a/push-to-web.sh b/push-to-web.sh index 5e0afbc..33bb7a9 100755 --- a/push-to-web.sh +++ b/push-to-web.sh @@ -18,7 +18,7 @@ if [ -s docs/options.html ] ; then ./generate-jsdoc.sh # Copy everything to the site. - scp -r tests jsdoc experimental $site \ + scp -r gallery tests jsdoc experimental $site \ && \ scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/ else