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 91b2259 commit 25cc2d6Copy full SHA for 25cc2d6
‎scripts/helpers/Build-PSModuleDocumentation.ps1‎
@@ -48,7 +48,7 @@
48
Write-Host '::group::Build docs - Generate markdown help - Raw'
49
Install-PSModule -Path $ModuleOutputFolder
50
Write-Host ($ModuleName | Get-Module)
51
- $null = New-MarkdownHelp -Module $ModuleName -OutputFolder $DocsOutputFolder -Force -Verbose
+ $null = New-MarkdownHelp -Module $ModuleName -OutputFolder $DocsOutputFolder -Force -Encoding UTF8
52
Get-ChildItem -Path $DocsOutputFolder -Recurse -Force -Include '*.md' | ForEach-Object {
53
$fileName = $_.Name
54
Write-Host "::group:: - [$fileName]"
0 commit comments