We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dc784 commit ce736b8Copy full SHA for ce736b8
1 file changed
devstats/publish.py
@@ -55,7 +55,7 @@ def publish(project, templatedir, outdir):
55
print(f"Templating [{project}] report from [{templatedir}] to [{outdir}]...")
56
57
templatedir = f"{templatedir}/{project}"
58
- template_files = glob(f"{templatedir}/*.md")
+ template_files = [f"{templatedir}/index.md"]
59
60
for f in template_files:
61
with open(f) as fh:
0 commit comments