diff --git a/lib/tasks/articles.ts b/lib/tasks/articles.ts index 4e528e2..429d0bb 100644 --- a/lib/tasks/articles.ts +++ b/lib/tasks/articles.ts @@ -117,6 +117,7 @@ export async function articles(): Promise { file.path = join(slug, "index.html"); file.contents = renderDocument(content); + articles.push(article); return file; }), then(dest("dist")),