view docs/tutorial/deploy.sh @ 6659:aa1cea32ae90

evolve: add another assert to help pytype We already checked that all elements in ef1 as not false-y, but pytype doesn't understand this, so we need to help it somehow. An assert should be a cheap enough solution.
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 17 Jan 2024 16:25:51 -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