We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efb31e commit e7afed1Copy full SHA for e7afed1
βscripts/helpers/Build-PSModuleDocumentation.ps1β
@@ -151,7 +151,8 @@
151
$null = New-Item -Path $docsFolderPath -ItemType Directory -Force
152
Move-Item -Path $file.FullName -Destination $docsFilePath -Force
153
}
154
-
+ Write-Host "::endgroup::"
155
+
156
Write-Host 'ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ'
157
Get-ChildItem -Path $docsOutputFolder -Recurse -Force -Include '*.md' | Sort-Object FullName | ForEach-Object {
158
$relPath = [System.IO.Path]::GetRelativePath($docsOutputFolder, $_.FullName)
0 commit comments