makefile for docs

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-03 10:28:49 -05:00
parent 7c1079392d
commit 1bc3ea7b8a
+5
View File
@@ -0,0 +1,5 @@
documentation:
cd docs && make html
cd docs/build/html && git add -A && git commit -m 'updates'
cd docs/build/html && git push origin gh-pages