From 753ad3b3707629ce42e8271caefb6cb8de62cd1b Mon Sep 17 00:00:00 2001 From: Rising Odegua Date: Thu, 15 Apr 2021 15:14:20 +0100 Subject: [PATCH] Update README.md --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 2e292d42..a80658bc 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -33,7 +33,7 @@ echo 'module.exports = {assetPrefix:' ${assetPrefix}', basePath: '${basePath}' } yarn export cd .. -cp -R -a portal/out/ ./ +cp -R -a portal/out/* ./ touch .nojekyll git add $PWD'/_next' $PWD'/index.html' $PWD'/dataset' $PWD'/404.html' $PWD'/.nojekyll' $PWD'/favicon.ico' git commit -m "Build new dataset page"