From d4b659ece9dc1fa682d2d937752acf6cc0b82ae6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 8 Oct 2010 11:50:43 -0400 Subject: [PATCH] documentation update --- fabfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index e0375ba..98b5149 100644 --- a/fabfile.py +++ b/fabfile.py @@ -11,4 +11,5 @@ def docs(): """Build docs.""" os.system('make html') os.system('cd _build/html') - os.system('git commit -am \'documentation update\'') \ No newline at end of file + os.system('git commit -am \'documentation update\'') + os.system('git push origin gh-pages') \ No newline at end of file