Merge branch 'main' of https://github.com/datopian/portal.js into update/link

This commit is contained in:
Rising Odegua 2021-04-15 16:18:08 +01:00
commit 4f90c59745
2 changed files with 2 additions and 2 deletions

View File

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

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"