From a0aef95cd26d50fa71c1d5c745f91db3b86c3b12 Mon Sep 17 00:00:00 2001 From: Sharoon Thomas Date: Thu, 30 May 2013 17:47:23 +0530 Subject: [PATCH] Remove the directory contents before building docs --- fabfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fabfile.py b/fabfile.py index b095323..244dcc6 100644 --- a/fabfile.py +++ b/fabfile.py @@ -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