Skip to content

Commit

Permalink
Deploy documentation site to site-build branch instead of gh-pages to…
Browse files Browse the repository at this point in the history
… avoid CNAME conflict with the actual site
  • Loading branch information
sunesimonsen committed Jun 10, 2015
1 parent 52df8cf commit 2e885af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ endif

.PHONY: deploy-site
deploy-site: site-build
./node_modules/.bin/deploy-site && \
git push git@github.com:unexpectedjs/unexpectedjs.github.io.git +gh-pages:master
./node_modules/.bin/deploy-site site-build && \
git push git@github.com:unexpectedjs/unexpectedjs.github.io.git +site-build:master

.PHONY: commit-unexpected
commit-unexpected: unexpected.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"mocha-slow-reporter": "*",
"phantomjs": "1.9.15",
"serve": "*",
"unexpected-documentation-site-generator": "2.2.3"
"unexpected-documentation-site-generator": "2.3.0"
}
}

0 comments on commit 2e885af

Please sign in to comment.