view docs/tutorial/deploy.sh @ 5911:55589cb47581

tests: drop debugobsolete alias from common.sh Support for devel.default-date exists since hg 4.3, so this is long overdue.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 09 May 2021 19:58:24 +0800
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