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 f4e4727 commit 3797ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/link_status_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async def generate_report(folder_path, report_path):
.status {
font-weight: bold;
text-align: center;
width: 60px;
width: 64px;
}
.green {
color: #8bc34a;
Expand Down Expand Up @@ -135,6 +135,6 @@ async def generate_report(folder_path, report_path):
if __name__ == "__main__":
os.makedirs('../report', exist_ok=True)
markdown_folder_path = '../docs'
report_path = '../docs/links_status_report.html'
report_path = '..//links_status_report.html'
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 3797ad4

Please sign in to comment.