docs/tutorial/deploy.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 19 Nov 2018 02:20:44 +0000
changeset 4261 47f569581ad2
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
compat: drop 4.3 "new troubles" report code This is supported natively for Mercurial 4.4 and above.

mkdir -p html

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

netlify deploy