docs/tutorial/deploy.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 05 Jun 2019 19:45:35 +0200
branchstable
changeset 4662 87d60fed455a
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
templatekw: keep compatibility with Mercurial 4.5 This is simple enough to do.

mkdir -p html

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

netlify deploy