view docs/tutorial/deploy.sh @ 6493:e36883d88108

evolve: add a test to capture the expected behavior of retaining extras
author Jason R. Coombs <jaraco@jaraco.com>
date Thu, 25 May 2023 00:52:54 +0200
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