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