Fix copy path

This commit is contained in:
dannyrb 2019-04-28 15:36:19 -04:00
parent 5cdfc64ccf
commit c94c8003d7

View File

@ -57,4 +57,4 @@ yarn build:web
# NEW DEPLOY
mkdir docs/latest/_book/demo/
cp -R /build/**/* docs/latest/_book/demo/
cp -R build/* docs/latest/_book/demo/