docs/tutorial/deploy.sh
author Sushil khanchi <sushilkhanchi97@gmail.com>
Wed, 31 Oct 2018 14:01:58 +0530
changeset 4248 51b69f3dfc0b
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
next: update the command description Now, if necessary next command evolve the next child revision by defualt. You don't need to pass the --evolve flag.

mkdir -p html

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

netlify deploy