Skip to content

Commit b4448d1

Browse files
authored
Update Build-PSBuildMarkdown.ps1
1 parent f3c42a9 commit b4448d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PowerShellBuild/Public/Build-PSBuildMarkdown.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ function Build-PSBuildMarkdown {
5757
OutputFolder = [IO.Path]::Combine($DocsPath, $Locale)
5858
ErrorAction = 'SilentlyContinue'
5959
Verbose = $VerbosePreference
60+
Force = $true
6061
}
6162
New-MarkdownHelp @newMDParams > $null
6263
} finally {

0 commit comments

Comments
 (0)