docs/tutorial/deploy.sh
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 09 Dec 2019 10:28:58 -0800
changeset 5007 de0151ba3e46
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
topic: use ui.configoverride() instead of ui.backupconfig() ui.configoverride() was added in hg 4.1. util.nullcontextmanager() was added in hg 4.4.

mkdir -p html

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

netlify deploy