Skip to content

Commit bbe7c1c

Browse files
authored
Update convert_to_html_tables.py
1 parent ce93917 commit bbe7c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/convert_to_html_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def main():
9292
if ' ' in demo_path:
9393
demo_path = '%20'.join(demo_path.split())
9494
demo_path_output = f'<a href="{demo_path}" title="view the result of {title}">/{REPO_NAME}/{title}/</a>'
95-
if demo_path == 'root' or demo_path == '{init}':
95+
if title == 'root' or title == '{init}':
9696
demo_path_output = f'<a href="{demo_path}" title="view the result of {title}">/{REPO_NAME}/</a>'
9797

9898
# Appending all data together

0 commit comments

Comments
 (0)