view docs/tutorial/deploy.sh @ 5567:d72ef23a4291

compat: rename update() to _update() to make room for a new update() The next patch will add a `compat.update()` that delegates to the new `merge.update()` from upstream (different from the old one, which was renamed to `merge._update()`).
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 02 Oct 2020 09:51:45 -0700
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