Skip to content

Commit 63b291c

Browse files
Caleb BroseCaleb Brose
Caleb Brose
authored and
Caleb Brose
committed
Bugfixes
1 parent b370a27 commit 63b291c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Function ProcessSourceFile()
9494
$content = $override.NewContent
9595
}
9696

97-
if ($customWikiFileHeaderFormat)
97+
if ($customWikiFileHeaderFormat -and ($file.Name -ne "_sidebar.md"))
9898
{
9999
$content = AddCustomHeader $content $file $directories
100100
}

0 commit comments

Comments
 (0)