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:
@@ -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"}
|
||||||
|
|||||||
Reference in New Issue
Block a user