Files
kennethreitz 1bc3ea7b8a makefile for docs
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-03 10:28:49 -05:00

6 lines
147 B
Makefile

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