Skip to content

Commit e7afed1

Browse files
🩹 [Patch]: Add end group marker in Build-PSModuleDocumentation for better output organization
1 parent 2efb31e commit e7afed1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

β€Žscripts/helpers/Build-PSModuleDocumentation.ps1β€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@
151151
$null = New-Item -Path $docsFolderPath -ItemType Directory -Force
152152
Move-Item -Path $file.FullName -Destination $docsFilePath -Force
153153
}
154-
154+
Write-Host "::endgroup::"
155+
155156
Write-Host '────────────────────────────────────────────────────────────────────────────────'
156157
Get-ChildItem -Path $docsOutputFolder -Recurse -Force -Include '*.md' | Sort-Object FullName | ForEach-Object {
157158
$relPath = [System.IO.Path]::GetRelativePath($docsOutputFolder, $_.FullName)

0 commit comments

Comments
Β (0)