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

add path template for result.json

This commit is contained in:
2016-06-16 23:21:05 +02:00
parent 7ff1a9d4e5
commit 0055b2561e
2 changed files with 5 additions and 2 deletions

View File

@@ -49,7 +49,8 @@ RUNNERS = {
# command which builds the website
# important: specify {output} as output path of the generator
"build_command": ('tox -e pelican --result-json "{output}/result.json" '
# if you use toy you may use {toxresult} as the path to the result.json
"build_command": ('tox -e pelican --result-json "{toxresult}" '
'--recreate -- -d --output "{output}"'),
# will be added to env when running build_command