diff --git a/.github/workflows/mark2text.py b/.github/workflows/mark2text.py index 9e4b855730..6243e8920d 100644 --- a/.github/workflows/mark2text.py +++ b/.github/workflows/mark2text.py @@ -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