Skip to content

Commit c3e3004

Browse files
committed
fix: glob for 'recipe.yaml' not 'meta.yaml'
1 parent 6ee3741 commit c3e3004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gen_recipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import mkdocs_gen_files
44

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

88
nav = mkdocs_gen_files.Nav()
99

0 commit comments

Comments
 (0)