diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..c88e13e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +redux.js.org diff --git a/package.json b/package.json index 8132d70..13cdc5f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "docs:prepare": "gitbook install", "docs:build": "npm run docs:prepare && gitbook build -g rackt/redux", "docs:watch": "npm run docs:prepare && gitbook serve", - "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 git@github.com:rackt/redux gh-pages --force" + "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 git@github.com:rackt/redux gh-pages --force" }, "repository": { "type": "git",