docs/tutorial/deploy.sh
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 23 Apr 2019 09:35:34 -0700
changeset 4598 2c094d4ee9cd
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
evolve: don't update progress just before clearing it _cleanup() will clear the progress, so there's little reason to update it just before (except for progress.debug=yes).

mkdir -p html

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

netlify deploy