docs/tutorial/deploy.sh
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 19 Apr 2019 10:01:32 -0700
changeset 4606 6c3f4cfa582e
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
evolve: extract function for solving one revision, including merges Will make the next patch simpler.

mkdir -p html

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

netlify deploy