Fix broken docs creation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
87fc24921b
commit
0e25c96cd1
|
@ -16,8 +16,8 @@ const context = new Context();
|
|||
*/
|
||||
export function Docs(): NodeJS.ReadWriteStream
|
||||
{
|
||||
return src(join(context.ProjectRoot, "docs")).pipe(
|
||||
dest(context.StaticPath()));
|
||||
return src(join(context.ProjectRoot, "docs", "**", "*")).pipe(
|
||||
dest(context.StaticPath("docs")));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue