ronn, only write content

This commit is contained in:
Kenneth Reitz
2011-06-13 13:12:44 -04:00
parent 763640b844
commit 2d9400f0a4
Vendored
+2 -2
View File
@@ -21,7 +21,7 @@ def _path_to(*loc):
def docs():
os.chdir(_path_to('.'))
os.system('ronn -5 README.md --style 80c --pipe > ./httpbin/templates/httpbin.1.html')
os.system('ronn -5 -f README.md --style 80c --pipe > ./httpbin/templates/httpbin.1.html')
def prod():
@@ -34,7 +34,7 @@ def prod():
def push():
"""Deploys the application"""
docs()
# docs()
prod()
local('epio upload')