docs/tutorial/deploy.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 19 Apr 2018 14:01:24 +0200
changeset 3688 bda024010aed
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
obscache: drop compat layer to access public changeset We can now access precomputed sets. (compat to 4.1 and 4.2 dropped)

mkdir -p html

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

netlify deploy