Skip to content

Commit ce736b8

Browse files
committed
Only publish index.md
1 parent 36dc784 commit ce736b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devstats/publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def publish(project, templatedir, outdir):
5555
print(f"Templating [{project}] report from [{templatedir}] to [{outdir}]...")
5656

5757
templatedir = f"{templatedir}/{project}"
58-
template_files = glob(f"{templatedir}/*.md")
58+
template_files = [f"{templatedir}/index.md"]
5959

6060
for f in template_files:
6161
with open(f) as fh:

0 commit comments

Comments
 (0)