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 d85818b commit ef95348Copy full SHA for ef95348
scripts/helpers/Build-PSModuleDocumentation.ps1
@@ -139,7 +139,7 @@
139
$content | Set-Content -Path $_.FullName
140
}
141
142
- Write-Host '::group::Build docs - Move markdown files from source files to docs'
+ Write-Host '::group::Build docs - Move markdown files from public functions folder to docs output folder'
143
Get-ChildItem -Path $PublicFunctionsFolder -Recurse -Force -Include '*.md' | ForEach-Object {
144
$file = $_
145
$relPath = [System.IO.Path]::GetRelativePath($PublicFunctionsFolder.FullName, $file.FullName)
0 commit comments