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
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ const context = new Context();
|
||||||
*/
|
*/
|
||||||
export function Docs(): NodeJS.ReadWriteStream
|
export function Docs(): NodeJS.ReadWriteStream
|
||||||
{
|
{
|
||||||
return src(join(context.ProjectRoot, "docs")).pipe(
|
return src(join(context.ProjectRoot, "docs", "**", "*")).pipe(
|
||||||
dest(context.StaticPath()));
|
dest(context.StaticPath("docs")));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue