docs/tutorial/deploy.sh
author Anton Shestakov <av6@dwimlabs.net>
Thu, 07 May 2020 01:29:24 +0200
changeset 5348 a9f9edb168a1
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
obslog: add a --origin flag to show predecessors instead of successors This flag will be turned on by default in the next changeset.

mkdir -p html

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

netlify deploy