From b15a56e5656c1479ef96ae7cb315118058097d0c Mon Sep 17 00:00:00 2001 From: nzambello Date: Mon, 13 Dec 2021 20:22:02 +0100 Subject: [PATCH] chore: test deploy --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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