From 33319c04fb2b108a61ca35160229e85677af0b76 Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Thu, 28 Apr 2016 16:35:49 -0400 Subject: [PATCH] Add message to arguments in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06a0777..0aa2d72 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ ember github-pages:commit --message "Initial demo app release" \ | environment | `production` | Ember build environment (i.e., `development`, `production`) | | branch | `gh-pages` | Branch to commit your app to | | destination | `.` | The directory into which the built application should be copied | +| message | `new gh-pages version` | The commit message to include with the build, must be wrapped in quotes | You will still need to push the gh-pages branch up to github using git. Once you do that you can access the repo at `http://username.github.io/repo-name`. It may