Re-render archives on file changes.
This commit is contained in:
parent
c588187ae3
commit
600e737767
1 changed files with 1 additions and 0 deletions
|
@ -578,6 +578,7 @@ def main(source_top, dest_top):
|
|||
with open(doc_full_path + '/index.html', 'wt') as f:
|
||||
try:
|
||||
render_article(doc, front_matter, f, out_path)
|
||||
render_archive(docs, dest_top)
|
||||
except:
|
||||
logging.error(traceback.format_exc())
|
||||
logging.error("Rendering failed 😿")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue