docs/tutorial/deploy.sh
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 19 Mar 2018 11:18:47 -0700
changeset 3574 8aba29d8b133
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
previous/next: add -m short form for --merge This matches core's option to `hg update`. This patch also covers `hg next`, but test-check-commit.t only lets me mention one of them.

mkdir -p html

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

netlify deploy