Skip to content

Error in the article that reference this repo #1

Description

@enricobottazzi

Hi guys, thanks for the repo and the excellent guide to it

In the article the section "Applying all of this to a GitHub repo" uses an incorrect path to the md files

        markdown_files = list(repo_path.glob("*/*.md")) 

instead of

      markdown_files = list(repo_path.glob("**/*.md")) 

As correctly included in the repo

Please consider modifying the article as I might create bugs for people as they couldn't properly fetch md files from their github repo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions