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 26567f0 commit e48d817Copy full SHA for e48d817
scripts/helpers/Build-PSModuleDocumentation.ps1
@@ -46,7 +46,7 @@
46
$docsOutputFolder = New-Item -Path $DocsOutputFolderPath -ItemType Directory -Force
47
48
Write-Host '::group::Build docs - Generate markdown help - Raw'
49
- Import-PSModule -Path $ModuleOutputFolder
+ Install-PSModule -Path $ModuleOutputFolder
50
Write-Host ($ModuleName | Get-Module)
51
$null = New-MarkdownHelp -Module $ModuleName -OutputFolder $DocsOutputFolder -Force -Verbose
52
Get-ChildItem -Path $DocsOutputFolder -Recurse -Force -Include '*.md' | ForEach-Object {
0 commit comments