mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-24 08:28:50 -05:00
renamed github pages configuration task
This commit is contained in:
parent
d1faf7656a
commit
d9e8e53f31
@ -16,7 +16,7 @@ Github Pages for users and organizations uses the master branch like the public
|
||||
As a result, you'll want to work on the source for your blog in the source branch and commit *the generated content* to the master branch. Octopress has a configuration task that helps you set all this up.
|
||||
|
||||
``` sh
|
||||
rake config_github_pages
|
||||
rake setup_github_pages
|
||||
```
|
||||
|
||||
This will:
|
||||
@ -57,7 +57,7 @@ Github will look for a `gh-pages` branch in your project's repository and make t
|
||||
Here's now you can set up Octopress site to publish to your projects gh-pages repository:
|
||||
|
||||
``` sh
|
||||
rake config_github_pages
|
||||
rake setup_github_pages
|
||||
```
|
||||
|
||||
This will:
|
||||
|
Loading…
Reference in New Issue
Block a user