Skip to content

Commit 2dd494f

Browse files
committed
fix auto_readme
1 parent 0032a7c commit 2dd494f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def auto_sidebar(tpath, f_path=None) -> dict:
5959
return l
6060

6161
def readme_main():
62-
for n in ["notebook","ops","python","router","video", "web"]:
62+
for n in ["notebook","ops","python","router","video", "web", "README.md"]:
6363
os.system(f"mv {n} docs/{n}")
6464

6565
generate_readme("docs/notebook/")

0 commit comments

Comments
 (0)