Skip to content

Commit 25cc2d6

Browse files
🩹 [Patch]: Update New-MarkdownHelp command to use UTF8 encoding for output files
1 parent 91b2259 commit 25cc2d6

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
@@ -48,7 +48,7 @@
4848
Write-Host '::group::Build docs - Generate markdown help - Raw'
4949
Install-PSModule -Path $ModuleOutputFolder
5050
Write-Host ($ModuleName | Get-Module)
51-
$null = New-MarkdownHelp -Module $ModuleName -OutputFolder $DocsOutputFolder -Force -Verbose
51+
$null = New-MarkdownHelp -Module $ModuleName -OutputFolder $DocsOutputFolder -Force -Encoding UTF8
5252
Get-ChildItem -Path $DocsOutputFolder -Recurse -Force -Include '*.md' | ForEach-Object {
5353
$fileName = $_.Name
5454
Write-Host "::group:: - [$fileName]"

0 commit comments

Comments
 (0)