From c0fc14f3f9f33e20650113803f8a0a81dd49f3ec Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Tue, 14 Jun 2016 03:29:01 +0200 Subject: [PATCH] generate result.json --- example_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example_config.py b/example_config.py index fa6e099..4357b9c 100644 --- a/example_config.py +++ b/example_config.py @@ -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"}