Skip to content

Commit

Permalink
update(tooling): add log after latest contents loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Dec 31, 2024
1 parent a514f0e commit 67e56d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hooks/mkdocs/G000_load_subconfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,6 @@ def on_config(config: MkDocsConfig) -> MkDocsConfig:
)

config["extra"]["latest"] = latest_contents
logger.info(
log_prefix + "Contenus récents ajoutés à la configuration globale du site."
)

0 comments on commit 67e56d7

Please sign in to comment.