docs/tutorial/deploy.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 11 Apr 2019 22:13:55 +0200
branchstable
changeset 4507 de9089514833
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
branching: merge default branch in stable to prepare 8.5.0 release The release is not fully ready, but the merging is non-trivial.

mkdir -p html

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

netlify deploy