1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #31075 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-01-12 12:00:29 -08:00
committed by GitHub

View File

@@ -35,7 +35,7 @@ export default async function createTree(originalPath, rootPath, previousTree) {
}
// Throw an error if we can't find a content file associated with the children: entry.
// But don't throw an error if the user is running the site locally and hasn't cloned the Early Access repo.
if (originalPath === path.join('content', 'early-access')) {
if (originalPath === 'content/early-access') {
return
}
throw new Error(