From 125fa8bbf71e3e5256c724f11929e688b4fe78c2 Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 12 Dec 2017 19:57:58 -0800 Subject: [PATCH] Update docs publish step to remove index page --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a00357d79..97b1360c5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "docs:prepare": "gitbook install", "docs:build": "npm run docs:prepare && gitbook build", "docs:watch": "npm run docs:prepare && gitbook serve", - "docs:publish": "npm run docs:clean && npm run docs:build && mv ./_book/index.html ./_book/docs.html && cp -a ./home/ ./_book/ && cd _book && git init && git commit --allow-empty -m 'Update docs' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'Update docs' && git push git@github.com:davidkpiano/react-redux-form gh-pages --force" + "docs:publish": "npm run docs:clean && npm run docs:build && cp -a ./home/ ./_book/ && cd _book && git init && git commit --allow-empty -m 'Update docs' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'Update docs' && git push git@github.com:davidkpiano/react-redux-form gh-pages --force" }, "repository": { "type": "git",