surfing

A list of useful resources
git clone http://git.hanabi.in/repos/surfing.git
Log | Files | Refs

commit fc374af986293d83facb144e947c6ca90a21abd7
parent 048e5202b3ce1b4a0fe875869abedff4756f72dd
Author: Agastya Chandrakant <acagastya@outlook.com>
Date:   Sun, 21 Jun 2020 02:14:10 +0530

Fix deploy script

Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -3,6 +3,6 @@ "gh-pages": "^3.0.0" }, "scripts": { - "deploy": "gh-pages ." + "deploy": "gh-pages -d ." } }