view docs/tutorial/deploy.sh @ 3869:bbfbaf46f7b0

rewind: move revision selection into its own function This will help making the logic more advanced.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 17 Jun 2018 03:07:53 +0200
parents aad37ffd7d58
children
line wrap: on
line source

mkdir -p html

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

netlify deploy