docs/tutorial/deploy.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 23 Mar 2018 17:21:09 +0530
changeset 3622 534af64b0107
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
evolvecmd: add a detailed comment and some newlines This patch adds a detailed comment on a chunk and some newlines to make things look better and more understandable for upcoming patches.

mkdir -p html

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

netlify deploy