docs/tutorial/deploy.sh
author Anton Shestakov <av6@dwimlabs.net>
Thu, 06 Jun 2019 17:37:42 +0800
changeset 4676 b6c819facbe8
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
evolvecmd: the proper way to deal with conflicts is to resolve them And it's worth making the suggestion an actual hint.

mkdir -p html

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

netlify deploy