Skip to content

Commit

Permalink
fix map path
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Feb 24, 2024
1 parent bb54456 commit bbce36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildMap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Set-Content ./map.md -Value @'
$ret -replace '#', '##' -replace "\.md" -replace "/index" | Add-Content ./map.md


if (-not(Test-Path ./docs/map)) {
mkdir map | out-null
if (-not(Test-Path ./docs/map/)) {
mkdir ./docs/map/ | out-null
}

if (-not(Get-Command markmap -ErrorAction Ignore)) {
Expand Down

0 comments on commit bbce36e

Please sign in to comment.