Skip to content

Commit 37e0008

Browse files
committed
Ensure CNAME survives doc rebuilds
1 parent 1766105 commit 37e0008

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
redux.js.org

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"docs:prepare": "gitbook install",
2626
"docs:build": "npm run docs:prepare && gitbook build -g rackt/redux",
2727
"docs:watch": "npm run docs:prepare && gitbook serve",
28-
"docs:publish": "npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push [email protected]:rackt/redux gh-pages --force"
28+
"docs:publish": "npm run docs:clean && npm run docs:build && cp CNAME _book && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push [email protected]:rackt/redux gh-pages --force"
2929
},
3030
"repository": {
3131
"type": "git",

0 commit comments

Comments
 (0)