docs/tutorial/deploy.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 02 Aug 2018 04:11:54 +0200
branchstable
changeset 3927 b4589df6d3aa
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
compat: make compatible call to ui.edit for hg <= 4.3 This is similar to what is already happening elsewhere.

mkdir -p html

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

netlify deploy