generate result.json

This commit is contained in:
2016-06-14 03:29:01 +02:00
parent f84cd20095
commit c0fc14f3f9
+2 -1
View File
@@ -43,7 +43,8 @@ RUNNERS = {
# command which builds the website
# 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
"build_env": {"PELICAN_SITEURL": "//apu:800"}