docs/tutorial/deploy.sh
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 19 Apr 2019 11:12:00 -0700
changeset 4609 fe2999627556
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
next: start transaction before calling _solveone() All other callers do this, and I'm about to make _solveone() not create a transaction.

mkdir -p html

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

netlify deploy