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 c4f38a8 commit 5b70ce5Copy full SHA for 5b70ce5
scripts/helpers/Build-PSModuleDocumentation.ps1
@@ -109,10 +109,10 @@
109
$file = $_
110
$relPath = [System.IO.Path]::GetRelativePath($PublicFunctionsFolder.FullName, $file.FullName)
111
Write-Host " - $relPath"
112
- Write-Host " Path: $file"
+ Write-Host " Path: $file"
113
114
$docsFilePath = ($file.FullName).Replace($PublicFunctionsFolder.FullName, $DocsOutputFolder.FullName)
115
- Write-Host " MD path: $docsFilePath"
+ Write-Host " MD path: $docsFilePath"
116
$docsFolderPath = Split-Path -Path $docsFilePath -Parent
117
$null = New-Item -Path $docsFolderPath -ItemType Directory -Force
118
Move-Item -Path $file.FullName -Destination $docsFilePath -Force
0 commit comments