mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 14:50:20 +00:00
1bc3ea7b8a
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
6 lines
147 B
Makefile
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
|
|
|