docs/tutorial/deploy.sh
author Boris Feld <boris.feld@octobus.net>
Thu, 29 Mar 2018 14:13:13 +0200
changeset 3612 33b718191bc9
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
rebase: update the rebase wrapping to works with hg 4.6 Mercurial core commit bd0086bd3af4 removed _makeextrafn hence breaking our wrapping. Update the code to wrap rebaseruntime directly in a way that's compatible with hg 4.1+.

mkdir -p html

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

netlify deploy