From 4006c5a7250ae84ce4632a178d1706ff6f006b42 Mon Sep 17 00:00:00 2001 From: Rising Odegua Date: Thu, 15 Apr 2021 15:13:37 +0100 Subject: [PATCH] Update single-dataset-no-commit.sh --- scripts/single-dataset-no-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/single-dataset-no-commit.sh b/scripts/single-dataset-no-commit.sh index e8074b94..7ca36ae5 100644 --- a/scripts/single-dataset-no-commit.sh +++ b/scripts/single-dataset-no-commit.sh @@ -20,7 +20,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"