docs/tutorial/deploy.sh
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 23 Jan 2019 11:55:20 -0800
changeset 4376 0fbf895ce160
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
evolve: make "startnode" consistently be a node, not a context This fixes a bug where we didn't print "working directory is not at ..." after `hg evolve --continue` because we were comparing a node and a context.

mkdir -p html

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

netlify deploy