Remove the directory contents before building docs

This commit is contained in:
Sharoon Thomas 2013-05-30 17:47:23 +05:30
parent dcbc46ac28
commit a0aef95cd2
1 changed files with 1 additions and 0 deletions

1
fabfile.py vendored
View File

@ -28,6 +28,7 @@ def upload_documentation():
local('git checkout gh-pages')
# Copy back the files from temp folder
local('rm -rf *')
local('mv %s/* .' % temp_folder)
# Add the relevant files