build(docs): added building the docs into the build script
This commit is contained in:
@@ -83,6 +83,8 @@ $filesToCopy = @(
|
||||
# scripts to be copied over
|
||||
@{ Source = "scripts\tmp"; Destination = "scripts\tmp" }
|
||||
@{ Source = "scripts\iisControls.ps1"; Destination = "scripts\iisControls.ps1" }
|
||||
# docs
|
||||
# @{ Source = "lst-docs\build"; Destination = "lst-docs\build" }
|
||||
)
|
||||
|
||||
foreach ($file in $filesToCopy) {
|
||||
|
||||
Reference in New Issue
Block a user