view docs/tutorial/deploy.sh @ 4128:4e5ec9ae682e

pullbundle: initial commit Right now, we do not do any slicing, but we install the wrapping and the tests.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 23 Sep 2018 23:53:23 +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