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 Feb 9, 2024
1 parent f3c42a9 commit b4448d1
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 b4448d1

Please sign in to comment.