This commit is contained in:
Thomas Sileo 2022-07-11 22:04:54 +02:00
parent 94e9de0f6c
commit 696a0dc7cf

View file

@ -34,6 +34,7 @@ def main() -> None:
content=markdownify(readme.read_text().removeprefix("# microblog.pub")),
version=VERSION,
path="/",
last_updated=last_updated,
).dump("docs/dist/index.html")
install = Path("docs/install.md")