diff options
| author | Ian Bicking <ianb@colorstudy.com> | 2010-04-22 03:15:11 -0500 |
|---|---|---|
| committer | Ian Bicking <ianb@colorstudy.com> | 2010-04-22 03:15:11 -0500 |
| commit | daaebf56f62b2cab54a488f2ad67aeed3f6e6278 (patch) | |
| tree | 56685b9a7f4ba0abb06efebacb1137581c4f9bb1 /bin | |
| parent | 3718838ecaf5de2be42b49635bafc943bcc95951 (diff) | |
| download | virtualenv-daaebf56f62b2cab54a488f2ad67aeed3f6e6278.tar.gz | |
fix doc upload
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/regen-docs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/regen-docs b/bin/regen-docs index 4554ad5..cf203dc 100755 --- a/bin/regen-docs +++ b/bin/regen-docs @@ -10,8 +10,8 @@ mkdir -p docs/_static docs/_build #done sphinx-build -E -b html docs/ docs/_build || exit 1 if [ "$1" = "publish" ] ; then - cd docs/ + cd docs/_build/ echo "Uploading files..." - scp -r _build/ root@cloudsilverlining.org:/var/lib/silverlining/writable-roots/bbdocs/virtualenv.openplans.org/ + scp -r * root@cloudsilverlining.org:/var/lib/silverlining/writable-roots/bbdocs/virtualenv.openplans.org/ ssh root@cloudsilverlining.org 'chown -R www-data:www-data /var/lib/silverlining/writable-roots/bbdocs/' fi |
