From 3995541d834ab74dca9c2ea5d8cc77f21f2535ee Mon Sep 17 00:00:00 2001 From: Evan Xd Date: Thu, 12 Sep 2013 11:54:33 +0800 Subject: [PATCH] Bug 915144 - Force adding the api-docs folder in the commit. --- Makefile | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac41a3c..e096f23 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 3a4a914..dcdfba9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.