diff options
author | Rob Loach <robloach@gmail.com> | 2013-12-14 22:44:46 -0500 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2013-12-14 22:44:46 -0500 |
commit | edbd1d58002ca61f7c1e24acb4341f7fa03ebe42 (patch) | |
tree | bd81615482592c3259df1e95120b60c4a2f69d21 | |
parent | 3bb7eef6c0710715cc5c5b2ac5fc70f94216a10a (diff) | |
download | git-deploy-edbd1d58002ca61f7c1e24acb4341f7fa03ebe42.zip git-deploy-edbd1d58002ca61f7c1e24acb4341f7fa03ebe42.tar.gz git-deploy-edbd1d58002ca61f7c1e24acb4341f7fa03ebe42.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ # GitHub Pages Deploy -Deploys a number of repositories using the `gh-pages` branch, and keep the up to -date. +Deploys a number of repositories using the `gh-pages` branch, and keeps them +up to date. ## Installation @@ -21,10 +21,10 @@ $ php composer.phar create-project robloach/gh-pages-deploy 1. Create a `gh-pages-deploy.json` file: ``` json -{ + { "mywebsite": "https://github.com/my/website.git", "myotherwebsite": "https://github.com/my/otherwebsite.git" -} + } ``` 2. Execute GitHub Pages Deploy to deploy all sites: |