From d8d6ba9319413e6c7b7f9d042c956078984e9da1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 13 Jun 2011 14:05:43 -0400 Subject: [PATCH] gen docs before push Signed-off-by: Kenneth Reitz --- README.md | 2 +- fabfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 559d7bd..e624fa7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ httpbin(1): HTTP Client Testing Service - [`/redirect/:n`](http://httpbin.org/redirect/6) 302 Redirects *n* times. - [`/cookies`](http://httpbin.org/cookies) Returns cookie data. - [`/cookies/set/:name/:value`](http://httpbin.org/cookies/set/key/value) Sets a simple cookie. -- [`/basic-auth/:user/:passwd`](http://httpbin.org/basic-auth) Challenges HTTPBasic Auth (user:passwd). +- [`/basic-auth/:user/:passwd`](http://httpbin.org/basic-auth) Challenges HTTPBasic Auth. ## DESCRIPTION diff --git a/fabfile.py b/fabfile.py index f7a90f7..f1eb3a3 100644 --- a/fabfile.py +++ b/fabfile.py @@ -34,7 +34,7 @@ def prod(): def push(): """Deploys the application""" - # docs() + docs() prod() local('epio upload')