Skip to content

Commit 592a544

Browse files
committed
【fix】jsdoc英文文档打包
1 parent 27489bc commit 592a544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/jsdocs/template/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ exports.publish = function (taffyData, opts, tutorials) {
11921192
return pages.filter((item) => types.some((type) => item.endsWith(type)));
11931193
}
11941194
function getWhiteLists() {
1195-
const dir = outdir.replace('./docs/', '');
1195+
const dir = outdir.replace('./docs/', '').replace('./web/en/docs/', '');
11961196
return whiteLists[dir];
11971197
}
11981198
// 生成产品介绍中模块说明的g6配置

0 commit comments

Comments
 (0)