diff options
-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: |