Update README.md

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

View File

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