docs/tutorial/deploy.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 16 Apr 2018 20:18:10 +0200
changeset 3667 a346b1641dfa
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
topic: allow '.' in topic names This is also commonly used.

mkdir -p html

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

netlify deploy