summaryrefslogtreecommitdiff
path: root/regen-docs
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-04-22 03:12:33 -0500
committerIan Bicking <ianb@colorstudy.com>2010-04-22 03:12:33 -0500
commitcb6ef0f234d3e98d8584d72c0d3c96f55eb3a10b (patch)
tree2c5e4948e5775617316c14aa8b55e935bc7a2635 /regen-docs
parent1654cef71a71ddf57d6efec20bb13455f7b0c577 (diff)
downloadpip-cb6ef0f234d3e98d8584d72c0d3c96f55eb3a10b.tar.gz
doc uploading updates
Diffstat (limited to 'regen-docs')
-rwxr-xr-xregen-docs4
1 files changed, 2 insertions, 2 deletions
diff --git a/regen-docs b/regen-docs
index 55dbb855c..08d7d160d 100755
--- a/regen-docs
+++ b/regen-docs
@@ -9,8 +9,8 @@ fi
mkdir -p docs/_static docs/_build
sphinx-build -E -b html docs/ docs/_build || exit 1
if [ "$CMD" = "publish" ] ; then
- cd docs/
+ cd docs/_build/
echo "Uploading files..."
- scp -r _build/ root@cloudsilverlining.org:/var/lib/silverlining/writable-roots/bbdocs/pip.openplans.org/
+ scp -r * root@cloudsilverlining.org:/var/lib/silverlining/writable-roots/bbdocs/pip.openplans.org/
ssh root@cloudsilverlining.org 'chown -R www-data:www-data /var/lib/silverlining/writable-roots/bbdocs/'
fi