docs/tutorial/deploy.sh
author Anton Shestakov <av6@dwimlabs.net>
Thu, 07 Mar 2019 19:13:45 +0800
changeset 4432 5da1d162ad50
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
stack: rename unstable -> orphan That's the only instability stack can currently show, but it's about to show more and showing "unstable" for one type of instability just isn't good.

mkdir -p html

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

netlify deploy