Skip to content

Commit

Permalink
fix: glob for 'recipe.yaml' not 'meta.yaml'
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Jan 29, 2024
1 parent 6ee3741 commit c3e3004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gen_recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import mkdocs_gen_files

ROOT = Path(__file__).parent.parent
recipes = list((ROOT / "custom-recipes" / "recipes").rglob("meta.yaml"))
recipes = list((ROOT / "custom-recipes" / "recipes").rglob("recipe.yaml"))

nav = mkdocs_gen_files.Nav()

Expand Down

0 comments on commit c3e3004

Please sign in to comment.