docs/tutorial/deploy.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 10 Nov 2018 16:01:31 +0100
changeset 4239 7e274734cc2c
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
next: use the `hint` argument of bail if changed The argument is availabel since Mercurial 4.1. So let's use it.

mkdir -p html

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

netlify deploy