Skip to content

Commit a1b6008

Browse files
Remove leading slash from docs path resolution
1 parent 65ae545 commit a1b6008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-menu-json.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
};
6767
}
6868
69-
const rootDir = path.resolve(process.cwd(), '/docs');
69+
const rootDir = path.resolve(process.cwd(), 'docs');
7070
7171
if (!fs.existsSync(rootDir)) {
7272
console.error('❌ Docs path not found:', rootDir);

0 commit comments

Comments
 (0)