Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Update docs publish step to remove index page #1044

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down