Delete output dir on build
This commit is contained in:
parent
650b7cd994
commit
dca561a4bc
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ DEFAULT_DATE = 'fs'
|
||||||
WITH_FUTURE_DATES = True
|
WITH_FUTURE_DATES = True
|
||||||
LOAD_CONTENT_CACHE = False
|
LOAD_CONTENT_CACHE = False
|
||||||
CACHE_CONTENT = False
|
CACHE_CONTENT = False
|
||||||
|
DELETE_OUTPUT_DIRECTORY = True
|
||||||
|
|
||||||
USE_FOLDER_AS_CATEGORY = True
|
USE_FOLDER_AS_CATEGORY = True
|
||||||
DEFAULT_PAGINATION = False
|
DEFAULT_PAGINATION = False
|
||||||
|
|
Reference in a new issue