From 4f7139873dc58e2002d827551ebe6ecf4fe601ea Mon Sep 17 00:00:00 2001 From: asrient <44570278+asrient@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:37:35 +0530 Subject: [PATCH] Update github.mjs --- scripts/github.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github.mjs b/scripts/github.mjs index f27a337..88bfa8f 100644 --- a/scripts/github.mjs +++ b/scripts/github.mjs @@ -118,7 +118,7 @@ async function buildDocsConfig(proj, branch, docsPath) { if (!!r) { res.routes.push(r); } - })()); + })(res, file)); } }); } else {