Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 915144 - Force adding the api-docs folder in the commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanxd committed Sep 12, 2013
1 parent 3483cb0 commit 3995541
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -25,7 +25,7 @@ doc-publish:
git checkout gh-pages
rm -Rf api-docs
mv api-docs-temp api-docs
git add api-docs
git add -f api-docs
git commit -m "regenerate api docs"
git push origin gh-pages --force
git checkout master
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -43,6 +43,7 @@ make test-browser
### Plugins

- [marionette-apps](https://github.com/mozilla-b2g/marionette-apps)
- [marionette-helper](https://github.com/mozilla-b2g/marionette-helper)
- [marionette-js-logger](https://github.com/mozilla-b2g/marionette-js-logger)

### Documentation
Expand All @@ -52,6 +53,8 @@ API documentation is made using yuidocjs.

The `make doc-server` / `make doc-publish` are used to preview and publish content.

The published document: http://mozilla-b2g.github.io/marionette-js-client/api-docs/

### Reviewers

Find us on irc.mozilla.org in the #gaia channel.
Expand Down

0 comments on commit 3995541

Please sign in to comment.