Skip to content

Commit 1d15f53

Browse files
committed
Fix create-doc-mkdocs
1 parent f370dec commit 1d15f53

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Tools.psm1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ function Invoke-PveAction {
3232
New-MarkdownHelp -Module Corsinvest.ProxmoxVE.Api -OutputFolder $MarkdownSourcePath -Force
3333
}
3434
elseif ($Action -eq 'create-doc-mkdocs') {
35-
# Generate PlatyPS markdown first by calling the create-doc-md action
36-
Invoke-PveAction -Action 'create-doc-md'
37-
3835
Write-Host "🚀 Starting MkDocs documentation generation..." -ForegroundColor Cyan
3936

4037
# Process PlatyPS markdown files (generate index only, no copy)

0 commit comments

Comments
 (0)