diff --git a/deploy.sh b/deploy.sh index 6bb4725..f51bcfd 100755 --- a/deploy.sh +++ b/deploy.sh @@ -7,7 +7,8 @@ set -e npm run build # navigate into the build output directory -cd dist +mv dist docs +cd docs # if you are deploying to a custom domain # echo 'www.example.com' > CNAME