diff --git a/deploy/publish-gh-pages.sh b/deploy/publish-gh-pages.sh index a621321..9d9eee6 100755 --- a/deploy/publish-gh-pages.sh +++ b/deploy/publish-gh-pages.sh @@ -2,3 +2,10 @@ # Bash shell script to publish the app to GitHub pages. pwd +git checkout gh-pages +git merge master +npm run build +cp -r build docs +git add -A +git commit -m "Updating GitHub page" +git push diff --git a/docs/asset-manifest.json b/docs/asset-manifest.json new file mode 100644 index 0000000..50e4ae3 --- /dev/null +++ b/docs/asset-manifest.json @@ -0,0 +1,14 @@ +{ + "files": { + "main.css": "/static/css/main.505581f3.css", + "main.js": "/static/js/main.2f5ca9c0.js", + "static/media/psf-logo.png": "/static/media/psf-logo.3485139af901ffeaf77f.png", + "index.html": "/index.html", + "main.505581f3.css.map": "/static/css/main.505581f3.css.map", + "main.2f5ca9c0.js.map": "/static/js/main.2f5ca9c0.js.map" + }, + "entrypoints": [ + "static/css/main.505581f3.css", + "static/js/main.2f5ca9c0.js" + ] +} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..b20f244 --- /dev/null +++ b/docs/index.html @@ -0,0 +1 @@ +