diff --git a/scripts/README.md b/scripts/README.md index a65d541b..e41847a6 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -102,7 +102,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" 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"