docs/tutorial/deploy.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 14 Mar 2018 02:32:08 +0100
changeset 3525 300d7d019b98
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
compat: drop hack around http request handling for 4.6 The approach we used in 4.5 works again :-)

mkdir -p html

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

netlify deploy