diff --git a/build.py b/build.py index 9b054629..1345d289 100755 --- a/build.py +++ b/build.py @@ -244,7 +244,7 @@ ## BUILD THE WEBSITE #### ''') -args = ("/usr/local/bin/hugo", "-d", website_path,"--cacheDir", path, "--cleanDestinationDir") +args = ("/usr/local/bin/hugo", "-d", website_path,"--cacheDir", path) popen = subprocess.Popen(args, stdout=subprocess.PIPE, universal_newlines=True) popen.wait() output = popen.stdout.read()