docs/tutorial/deploy.sh
author Sushil khanchi <sushilkhanchi97@gmail.com>
Sat, 02 Mar 2019 01:37:04 +0530
branchstable
changeset 4409 2a593d8f07e7
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
split: add tests which demonstrate the issue6048 Next patch will fix this issue.

mkdir -p html

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

netlify deploy