diff --git a/buildMap.ps1 b/buildMap.ps1 index 305f265..60a09c7 100644 --- a/buildMap.ps1 +++ b/buildMap.ps1 @@ -44,7 +44,7 @@ Set-Content ./map.md -Value @' $ret -replace '#', '##' -replace "\.md" -replace "/index" | Add-Content ./map.md -if (-not(Test-Path ./map)) { +if (-not(Test-Path ./docs/map)) { mkdir map | out-null } @@ -53,6 +53,6 @@ if (-not(Get-Command markmap -ErrorAction Ignore)) { npm install -g markmap-cli } -markmap ./map.md --offline --no-toolbar --no-open -o ./map/index.html +markmap ./map.md --offline --no-toolbar --no-open -o ./docs/map/index.html remove-item ./map.md \ No newline at end of file