Skip to content

Commit

Permalink
Update Contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cldougl committed Apr 13, 2016
1 parent 19336d9 commit dc862f2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,21 @@ exclude: []
and it'll load everything.

## Deploying changes
Our repo has become too big for github to process. Edit files on the `source` branch instead of the `gh-pages` branch.
Our repo has become too big for github to process. Edit files on the `source-design-merge` branch instead of the `gh-pages` branch.

To deploy, first install `_config.yml` package dependencies:
```
documentation (source) $ sudo gem install jekyll-redirect-from
documentation (source) $ sudo gem install jekyll-sitemap
documentation (source) $ sudo gem install terminal-notifier
documentation (source) $ sudo gem install jemoji
documentation (source) $ sudo gem install redcarpet
documentation (source-design-merge) $ sudo gem install jekyll-redirect-from
documentation (source-design-merge) $ sudo gem install jekyll-sitemap
documentation (source-design-merge) $ sudo gem install terminal-notifier
documentation (source-design-merge) $ sudo gem install jemoji
documentation (source-design-merge) $ sudo gem install redcarpet
```

Then, deploy changes with:
```
documentation (source) $ rake deploy
documentation (source-design-merge) $ rake deploy
```

(from the `source` branch in the root of the `documentation` repo)
(from the `source-design-merge` branch in the root of the `documentation` repo)

0 comments on commit dc862f2

Please sign in to comment.