Add missing steps to README-dev for publishing docs

This commit is contained in:
Tyler Hobbs
2014-05-28 15:24:28 -05:00
parent fc974a70d9
commit e1af5b3fb5

View File

@@ -41,6 +41,8 @@ For example::
python setup.py doc
cp -R docs/_build/1.0.0-beta1/* ~/python-driver-docs/
cd ~/python-driver-docs
git add --all
git commit -m 'Update docs'
git push origin gh-pages
Running the Tests