Skip to content

Commit

Permalink
Merge pull request #129 from pinax/updating-deployment-info
Browse files Browse the repository at this point in the history
Updating deployment info
  • Loading branch information
KatherineMichel committed Oct 11, 2017
2 parents a8b7ea4 + 0c97ff8 commit 790377a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,25 @@ We also highly recommend reading our [Open Source and Self-Care blog post](http:
Updating Docs
-------------

The docs live online at http://pinaxproject.com/pinax/. You can update them by
running:
The docs live online at http://pinaxproject.com/pinax/.

After a pull request is merged, checkout your local master branch:

```
mkdocs gh-deploy
git checkout master
```

Pull the update into your local master branch:

```
git pull origin master
```

Push the update live to gh-pages:

```
mkdocs gh-deploy
```


Code of Conduct
Expand Down

0 comments on commit 790377a

Please sign in to comment.