diff options
author | Benjamin Forster <e-e-e@users.noreply.github.com> | 2017-07-05 06:48:17 +1000 |
---|---|---|
committer | Karissa McKelvey <karissa@users.noreply.github.com> | 2017-07-04 13:48:17 -0700 |
commit | d898ac97b6b541cf6d807bce530da45e25be9797 (patch) | |
tree | 486d4384b8fda8c8d929837a68be2eb539ffdd73 | |
parent | a2bf5dd1756cb3f5449966b7e47c76643084b088 (diff) | |
download | dat-docs-d898ac97b6b541cf6d807bce530da45e25be9797.tar.gz dat-docs-d898ac97b6b541cf6d807bce530da45e25be9797.zip |
Change `deploy` branch to `master` in how-to-contribute readme’s. (#69)
* Change `deploy` to `master` as there is no deploy branch.
* Change `deploy` to `master` as there is no deploy branch in main readme.md
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/readme.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ Repository for the documentation of the Dat Project ecosystem. View the docs at ## Writing & Editing Docs -[See docs folder](docs/readme.md) for information on editing and adding docs. Once you finish editing the docs, send a PR to the `deploy` branch to get the edits automatically deployed. +[See docs folder](docs/readme.md) for information on editing and adding docs. Once you finish editing the docs, send a PR to the `master` branch to get the edits automatically deployed. ### Creating + Generating Paper from Markdown diff --git a/docs/readme.md b/docs/readme.md index 0b0302c..2aec2dd 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -10,5 +10,5 @@ This documentation uses [minidocs](https://github.com/freeman-lab/minidocs). ## Deploying to Website 1. Write documentation -2. Open PR to the `deploy` branch +2. Open PR to the `master` branch 3. When PR is merged, Travis will automatically deploy the docs! |