Skip to content

Commit

Permalink
use JSON values for extra settings in invoke template
Browse files Browse the repository at this point in the history
Signed-off-by: Deniz Turgut <dturgut@gmail.com>
  • Loading branch information
avaris committed Mar 23, 2022
1 parent 77e5381 commit eca0ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelican/tools/templates/tasks.py.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def livereload(c):
from livereload import Server

def cached_build():
cmd = '-s {settings_base} -e CACHE_CONTENT=True LOAD_CONTENT_CACHE=True'
cmd = '-s {settings_base} -e CACHE_CONTENT=true LOAD_CONTENT_CACHE=true'
pelican_run(cmd.format(**CONFIG))

cached_build()
Expand Down

0 comments on commit eca0ee0

Please sign in to comment.