Skip to content

Commit 0a86bdb

Browse files
🩹 [Patch]: Fix path resolution for documentation output folder in Build-PSModuleDocumentation
1 parent c50f986 commit 0a86bdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎scripts/helpers/Build-PSModuleDocumentation.ps1‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
}
7474
}
7575

76+
$docsOutputFolder = Join-Path $docsOutputFolder $ModuleName | Get-Item
77+
7678
Write-Host '::group::Build docs - Generated files'
7779
Get-ChildItem -Path $docsOutputFolder -Recurse | Select-Object -ExpandProperty FullName
7880
Write-Host '::endgroup::'

0 commit comments

Comments
 (0)