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 499e4a5 commit 2efb31eCopy full SHA for 2efb31e
‎scripts/helpers/Build-PSModuleDocumentation.ps1‎
@@ -153,7 +153,7 @@
153
}
154
155
Write-Host '────────────────────────────────────────────────────────────────────────────────'
156
- Get-ChildItem -Path $docsOutputFolder -Recurse -Force -Include '*.md' | ForEach-Object {
+ Get-ChildItem -Path $docsOutputFolder -Recurse -Force -Include '*.md' | Sort-Object FullName | ForEach-Object {
157
$relPath = [System.IO.Path]::GetRelativePath($docsOutputFolder, $_.FullName)
158
Write-Host "::group:: - [$relPath]"
159
Show-FileContent -Path $_
0 commit comments