From e1af5b3fb559e0c0917131ccce508bf5bbb77337 Mon Sep 17 00:00:00 2001 From: Tyler Hobbs Date: Wed, 28 May 2014 15:24:28 -0500 Subject: [PATCH] Add missing steps to README-dev for publishing docs --- README-dev.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-dev.rst b/README-dev.rst index 3495eb7c..9a81395d 100644 --- a/README-dev.rst +++ b/README-dev.rst @@ -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