docs/tutorial/deploy.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 19 Mar 2018 12:58:31 +0530
changeset 3571 34330381b76b
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
evolve: preserve the order of merge parents in `hg evolve --continue` This patch makes sure we preserves the order of merge parents in case of `hg evolve --continue`.

mkdir -p html

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

netlify deploy