docs/tutorial/deploy.sh
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 11 Jun 2019 10:04:11 +0200
branchstable
changeset 4683 33696e2159a7
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
packaging: require mercurial >= 4.5 Otherwise building the doc package fails with: (third party extension evolve requires version 4.5 or newer of Mercurial; disabling) Exception occurred: File "/usr/lib/python2.7/dist-packages/mercurial/help.py", line 624, in help_ raise error.Abort(msg, hint=hint) Abort: no such help topic: evolve

mkdir -p html

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

netlify deploy