view docs/tutorial/deploy.sh @ 6040:29bc269bcc96

tests: source common.sh in more tests
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 20 Sep 2021 20:28:49 +0300
parents aad37ffd7d58
children
line wrap: on
line source

mkdir -p html

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

netlify deploy