docs/tutorial/deploy.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 11 Apr 2018 07:23:34 +0200
changeset 3661 61fdd25542a6
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
patch: offer the user a chance to fix the patch if it fails to apply The experience is still not great, but better than purely dropping the changes.

mkdir -p html

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

netlify deploy