docs/tutorial/deploy.sh
author Sushil khanchi <sushilkhanchi97@gmail.com>
Mon, 25 Nov 2019 21:28:52 +0530
changeset 5015 43f4784a3f21
parent 3376 aad37ffd7d58
permissions -rwxr-xr-x
evolve: add test for `--continue` case when relocating "divergent" This test shows that for now we don't handle the continue case when relocating "divergent" cset hit merge conflict while resolving content-divergence. Next patch will be adding the support for --continue case.

mkdir -p html

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

netlify deploy