docs/tutorial/deploy.sh
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 04 Feb 2020 13:00:05 -0800
changeset 5127 f4fae6359593
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
metaedit: replace a compat condition with a less specific proxy Same reasoning as for the previous patch. In this case, the closest commit I could find was 36 commits later (3d35304bd09b).

mkdir -p html

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

netlify deploy