diff --git a/scripts/sync-content-to-repo.ts b/scripts/sync-content-to-repo.ts index 4a757de7e..b3b82f398 100644 --- a/scripts/sync-content-to-repo.ts +++ b/scripts/sync-content-to-repo.ts @@ -115,7 +115,7 @@ for (const topic of allTopics) { const topicSlug = `${slugify(label)}@${nodeId}.md`; - const topicPath = path.join(ROADMAP_CONTENT_DIR, topicSlug); + const topicPath = path.join(ROADMAP_CONTENT_DIR, 'content', topicSlug); const topicDir = path.dirname(topicPath); const topicDirExists = await fs .stat(topicDir)