mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
documentation update
This commit is contained in:
Vendored
+2
-1
@@ -11,4 +11,5 @@ def docs():
|
||||
"""Build docs."""
|
||||
os.system('make html')
|
||||
os.system('cd _build/html')
|
||||
os.system('git commit -am \'documentation update\'')
|
||||
os.system('git commit -am \'documentation update\'')
|
||||
os.system('git push origin gh-pages')
|
||||
Reference in New Issue
Block a user