From ed9bbbeb46d783d3c6ae491402115faa6cac6bb7 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Sun, 12 Jun 2016 15:21:53 +0200 Subject: [PATCH] Update README.md - mentioning angular-cli-ghpages addon We created a similar addon on top of [tschaub/gh-pages](https://github.com/tschaub/gh-pages). It gives us much more flexibility where and how to push the builds to. In our case this plugin is the base for some smoke tests against a build matrix. Many thanks for considering! :-) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3245da797bbe..a6db510deb82 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,8 @@ ng github-pages:deploy --user-page --message "Optional commit message" This command pushes the app to the `master` branch on the github repo instead of pushing to `gh-pages`, since user and organization pages require this. +By design the repository for development and hosting of `gh-pages` are the same. +You might want to evaluate the [angular-cli-ghpages](https://github.com/Angular2Buch/angular-cli-ghpages) addon if you want to deploy to a completely different github repository. ### Linting and formatting code