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

View File

@@ -33,7 +33,7 @@ echo 'module.exports = {assetPrefix:' ${assetPrefix}', basePath: '${basePath}' }
yarn export yarn export
cd .. cd ..
cp -R -a portal/out/ ./ cp -R -a portal/out/* ./
touch .nojekyll touch .nojekyll
git add $PWD'/_next' $PWD'/index.html' $PWD'/dataset' $PWD'/404.html' $PWD'/.nojekyll' $PWD'/favicon.ico' git add $PWD'/_next' $PWD'/index.html' $PWD'/dataset' $PWD'/404.html' $PWD'/.nojekyll' $PWD'/favicon.ico'
git commit -m "Build new dataset page" git commit -m "Build new dataset page"