From 536b8721a68d29527f7a7ca8a8eb6cf17b0c26ea Mon Sep 17 00:00:00 2001 From: Rising Odegua Date: Tue, 13 Apr 2021 17:48:04 +0100 Subject: [PATCH] Update README.md --- scripts/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index a4f26673..75581d91 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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 \ No newline at end of file +TODO