From 8a368245307dd0880c1e12699131dc7f3f053c4c Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Sun, 12 Jun 2016 22:54:09 +0200 Subject: [PATCH] Let pelican delete output dir --- deploy_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_config.py b/deploy_config.py index 243c5a8..b5b32dd 100644 --- a/deploy_config.py +++ b/deploy_config.py @@ -38,7 +38,7 @@ RUNNERS = { # command which builds the website # important: specify {output} as output path of the generator - "build_command": 'tox -e pelican --recreate -- --output "{output}"', + "build_command": 'tox -e pelican --recreate -- -d --output "{output}"', # will be added to env when running build_command "build_env": {"PELICAN_SITEURL": "//apu:800"}