docs/tutorial/deploy.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 13 Jun 2018 15:47:19 +0530
changeset 3840 231f593ccd5f
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
CHANGELOG: add an entry about the --update flag Since --update is still the default, we make the entry about --no-update.

mkdir -p html

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

netlify deploy