docs/tutorial/deploy.sh
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 01 May 2020 07:44:01 -0700
changeset 5325 304de9a04172
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
tests: avoid referring to commits by hash in a few places This patch means that the next patch can be written without manual editing of the test cases.

mkdir -p html

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

netlify deploy