docs/tutorial/deploy.sh
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 17 Jul 2019 12:47:20 -0700
changeset 4760 7e034d44bd4b
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
py3: also catch ImportError when relative import fails Python 3 apparently raises an ImportError where Python 2 raised a ValueError.

mkdir -p html

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

netlify deploy