view docs/tutorial/deploy.sh @ 4291:8f54ab5dd4e2

split: add a help entry to the final prompt We are about to add more option in this prompt. Adding a way to document then seems like a good first step.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 20 Feb 2018 09:36:55 +0100
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