docs/tutorial/deploy.sh
author Faheem Mitha <faheem@faheem.info>
Fri, 03 May 2019 03:44:48 +0530
branchstable
changeset 4631 150be007f421
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
docs: add SPHINXBUILD make variable This defaults to sphinx-build. The current use case is for the Evolve Debian package build.

mkdir -p html

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

netlify deploy