Skip to content

Commit 82cc0c9

Browse files
🩹 [Patch]: Add additional logging for summary content in documentation build process
1 parent ca42eba commit 82cc0c9

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
@@ -119,7 +119,9 @@ $(($commandResults | ForEach-Object { "| ``$($_.CommandName)`` | $($_.Status) |`
119119
120120
"@
121121

122+
122123
$summaryContent | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Encoding utf8 -Append
124+
Write-Host "$summaryContent"
123125
Write-Host '::endgroup::'
124126
}
125127

0 commit comments

Comments
 (0)