Update single-dataset-no-commit.sh

This commit is contained in:
Rising Odegua 2021-04-15 15:13:37 +01:00 committed by GitHub
parent fd1278e6ab
commit 4006c5a725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"