Fix doc
This commit is contained in:
parent
94e9de0f6c
commit
696a0dc7cf
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ def main() -> None:
|
||||||
content=markdownify(readme.read_text().removeprefix("# microblog.pub")),
|
content=markdownify(readme.read_text().removeprefix("# microblog.pub")),
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
path="/",
|
path="/",
|
||||||
|
last_updated=last_updated,
|
||||||
).dump("docs/dist/index.html")
|
).dump("docs/dist/index.html")
|
||||||
|
|
||||||
install = Path("docs/install.md")
|
install = Path("docs/install.md")
|
||||||
|
|
Loading…
Reference in a new issue