1
0
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:
2016-06-12 22:54:09 +02:00
parent d7d4fdf5d1
commit 8a36824530

View File

@@ -38,7 +38,7 @@ RUNNERS = {
# command which builds the website # command which builds the website
# important: specify {output} as output path of the generator # 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 # will be added to env when running build_command
"build_env": {"PELICAN_SITEURL": "//apu:800"} "build_env": {"PELICAN_SITEURL": "//apu:800"}