Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnnno committed Dec 10, 2024
2 parents 99d65f8 + 0b4a700 commit 2a8510c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mark2text.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from bs4 import BeautifulSoup

# Read the Markdown file
with open("changelog.md", "r", encoding="utf-8") as input_file:
with open("generated/changelog.md", "r", encoding="utf-8") as input_file:
text = input_file.read()

# Convert Markdown to HTML, then extract plain text
Expand Down

0 comments on commit 2a8510c

Please sign in to comment.