docs/tutorial/deploy.sh
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 02 Dec 2018 16:52:14 +0100
changeset 4284 f6298544d9d0
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
extensions: avoid shadowing imported module names with exthelper methods The previous code worked, but confused pyscripter.

mkdir -p html

cp index.html html/
cp *.css html/
cp *.js html/
cp -R img html/
cp -R graphviz-images/ html/

netlify deploy