Skip to content

Commit

Permalink
🐜
Browse files Browse the repository at this point in the history
  • Loading branch information
xxrjun committed Apr 26, 2024
1 parent a10dd07 commit 7df1780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/link_status_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,6 @@ async def generate_report(folder_path, report_path):
if __name__ == "__main__":
markdown_folder_path = '../docs'
report_path = '../report/links_status_report.html'
os.makedirs('report', exist_ok=True)
report_path = asyncio.run(generate_report(markdown_folder_path, report_path))
print(f"Link status report generated for markdown files in {markdown_folder_path} at {report_path}")

0 comments on commit 7df1780

Please sign in to comment.