docs/tutorial/deploy.sh
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 12 Jul 2019 23:19:50 -0700
changeset 4740 f8ef6d5f56f2
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
py3: don't depend on map() iterating over its input map(some_generator()) in py2 returns a list, while in py3 it returns a generator, so the passed-in generator won't be called unless the returned one is.

mkdir -p html

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

netlify deploy