docs/tutorial/deploy.sh
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 27 Apr 2019 19:32:03 -0400
changeset 4615 8406d9b06130
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
docs: change `precursors` references to `predecessors` Per https://www.mercurial-scm.org/wiki/CEDVocabulary

mkdir -p html

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

netlify deploy