Skip to content

Commit

Permalink
Update Build-PSBuildMarkdown.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-Prins authored and HeyItsGilbert committed Oct 6, 2024
1 parent 561ced9 commit b61f020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PowerShellBuild/Public/Build-PSBuildMarkdown.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function Build-PSBuildMarkdown {
OutputFolder = [IO.Path]::Combine($DocsPath, $Locale)
ErrorAction = 'SilentlyContinue'
Verbose = $VerbosePreference
Force = $true
}
New-MarkdownHelp @newMDParams > $null
} finally {
Expand Down

0 comments on commit b61f020

Please sign in to comment.