docs/tutorial/deploy.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 17 Jun 2018 03:07:53 +0200
changeset 3869 bbfbaf46f7b0
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
rewind: move revision selection into its own function This will help making the logic more advanced.

mkdir -p html

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

netlify deploy