File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if (-not (Test-Path $tmpModuleFolder)) {
15
15
}
16
16
17
17
if (-not (Test-Path $modulePath )) {
18
- Save-Module $Module - Path $tmpModuleFolder
18
+ Save-Module $Module - Path $tmpModuleFolder - Repository PSGallery
19
19
}
20
20
21
21
if (-not (Get-Module platyPS - ListAvailable)) {
@@ -24,9 +24,8 @@ if (-not (Get-Module platyPS -ListAvailable)) {
24
24
25
25
$OutputFolder = " ./docs/modules/$ ( $Module.ToLower ()) /commands"
26
26
27
- $xmlMamlHelpFile = " $tmpModuleFolder /$Module /$moduleVersion /en-US/$Module -Help.xml"
28
-
29
- New-MarkdownHelp - OutputFolder $OutputFolder - MamlFile $xmlMamlHelpFile - Force
27
+ Import-Module " $tmpModuleFolder /$Module "
28
+ New-MarkdownHelp - OutputFolder $OutputFolder - Module $Module - Force
30
29
31
30
. $PSScriptRoot \Add-CustomYamMeta.ps1 - Path $OutputFolder `
32
31
- BaseEditUrlPath " https://github.com/MethodsAndPractices/$ ( $Module.ToLower ()) /edit/trunk/.docs"
You can’t perform that action at this time.
0 commit comments