docs/tutorial/deploy.sh
author Anton Shestakov <av6@dwimlabs.net>
Thu, 09 Apr 2020 23:35:20 +0800
branchstable
changeset 5290 57ae9af43e6b
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
manifest: just include all .py .sh and .t files from tests/ recursively

mkdir -p html

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

netlify deploy