docs/tutorial/deploy.sh
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 27 Apr 2019 22:24:30 -0400
changeset 4622 86f396d2b352
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
revset: add `unstable` alias for `troubled` Per https://www.mercurial-scm.org/wiki/CEDVocabulary. The old name is still available (but undocumented) for compatibility. `Orphan` was renamed from `unstable` in core in 4.4, so this seems safe to do now.

mkdir -p html

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

netlify deploy