fix: fix ci fail (#41199)

This commit is contained in:
lijianan 2023-03-13 21:19:14 +08:00 committed by GitHub
parent c7832505ae
commit 8109f47de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ const { createServer } = require('http-server');
const components = uniq(
glob
.sync('components/!(overview)/*.md', {
.globSync('components/!(overview)/*.md', {
cwd: join(process.cwd()),
dot: false,
})