mirror of
https://github.com/IEEE-SB-Passau/pelican-deployment-system.git
synced 2017-09-06 16:35:38 +02:00
Let pelican delete output dir
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user