Update README.md

This commit is contained in:
Rising Odegua 2021-04-13 17:48:04 +01:00 committed by GitHub
parent b9d0d433bd
commit 536b8721a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,13 @@
### Single dataset with no portal commit
This script creates and commit only the build files from nextjs to the gh-pages branch.
**Step 1:** Export an env variable with the name of your dataset github repo.
For example if deploying https://github.com/datasets/finance-vix, then export the name as:
```bash
export PORTAL_REPO_NAME=finance-vix
```
**Step 2:** Create a file called `portal.sh` and paste the following content:
```bash
#!/bin/bash
@ -52,4 +54,4 @@ Open your deployed site
____
### Single dataset with portal code commit
TODO
TODO