mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #2994 from avaris/2992
Use JSON values for extra settings in Invoke template
This commit is contained in:
commit
f94ba0ef3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue