Skip to content

Commit

Permalink
root folder missing from docs path with platyps tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmEmanuel committed Jan 6, 2024
1 parent 2ec2de7 commit d3a7709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .build/tasks/PlatyPS.UpdateExternalHelp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ task updateExternalHelp {
Import-Module 'platyPS' -ErrorAction 'Stop'
$ModuleManifestPath = (Get-Module -ListAvailable "$BuildModuleOutput/$ProjectName" | Sort-Object Version -Descending | Select-Object -First 1).Path
$ModuleVersionPath = Split-Path -Path $ModuleManifestPath -Parent
New-ExternalHelp "$HelpSourceFolder/$HelpOutputFolder" -OutputPath "$ModuleVersionPath/$HelpCultureInfo" -Force
New-ExternalHelp "$BuildModuleOutput/$HelpSourceFolder/$HelpOutputFolder" -OutputPath "$ModuleVersionPath/$HelpCultureInfo" -Force
}
2 changes: 1 addition & 1 deletion .build/tasks/PlatyPS.UpdateMarkdownHelp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ task updateMarkdownHelp {
Import-Module 'platyPS' -ErrorAction 'Stop'
$ProjectName = Get-SamplerProjectName -BuildRoot $BuildRoot
Import-Module "$BuildModuleOutput/$ProjectName" -Force -ErrorAction 'Stop'
Update-MarkdownHelpModule -Path "$HelpSourceFolder/$HelpOutputFolder"
Update-MarkdownHelpModule -Path "$BuildModuleOutput/$HelpSourceFolder/$HelpOutputFolder"
}

0 comments on commit d3a7709

Please sign in to comment.