Skip to content

Commit

Permalink
Merge pull request #2994 from avaris/2992
Browse files Browse the repository at this point in the history
Use JSON values for extra settings in Invoke template
  • Loading branch information
justinmayer authored Apr 3, 2022
2 parents 77e5381 + eca0ee0 commit f94ba0e
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 f94ba0e

Please sign in to comment.