From 1e9c3c09a28b06b81ad2cb372d986d21ecc78ab4 Mon Sep 17 00:00:00 2001 From: Sergey Kalmykov Date: Wed, 14 May 2025 21:53:04 +0300 Subject: [PATCH] fix(docs): corrected github_path --- docs/lib/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib/build.js b/docs/lib/build.js index cf047f3000938..86f8acac102f1 100644 --- a/docs/lib/build.js +++ b/docs/lib/build.js @@ -77,7 +77,7 @@ const run = async ({ content, template, nav, man, html, md }) => { ...data, github_repo: 'npm/cli', github_branch: 'latest', - github_path: 'docs/content', + github_path: 'docs/lib/content', }, frontmatter, ...options,