Skip to content

Commit ef95348

Browse files
Update scripts/helpers/Build-PSModuleDocumentation.ps1
Co-authored-by: Copilot <[email protected]>
1 parent d85818b commit ef95348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helpers/Build-PSModuleDocumentation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
$content | Set-Content -Path $_.FullName
140140
}
141141

142-
Write-Host '::group::Build docs - Move markdown files from source files to docs'
142+
Write-Host '::group::Build docs - Move markdown files from public functions folder to docs output folder'
143143
Get-ChildItem -Path $PublicFunctionsFolder -Recurse -Force -Include '*.md' | ForEach-Object {
144144
$file = $_
145145
$relPath = [System.IO.Path]::GetRelativePath($PublicFunctionsFolder.FullName, $file.FullName)

0 commit comments

Comments
 (0)