flesh out docs; split axisLineWIdth and gridLineWidth properties
[dygraphs.git] / push-to-web.sh
index 9d1c53e..997201b 100755 (executable)
@@ -8,10 +8,10 @@ site=$1
 ./generate-combined.sh
 
 # Generate documentation.
-./generate-documentation.sh > docs/options.html
+./generate-documentation.py > docs/options.html
 
 # Copy everything to the site.
-scp tests/*.html tests/*.js tests/*.png $site/tests/ \
+scp -r tests $site \
 && \
 scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/