1
0
mirror of https://github.com/IEEE-SB-Passau/pelican-deployment-system.git synced 2017-09-06 16:35:38 +02:00

generate result.json

This commit is contained in:
2016-06-14 03:29:01 +02:00
parent f84cd20095
commit c0fc14f3f9

View File

@@ -43,7 +43,8 @@ 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 -- -d --output "{output}"', "build_command": ('tox -e pelican --result-json "{output}/result.json" '
'--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"}