Skip to content

Commit 24d6650

Browse files
authored
ci: add 'docker.mdx' to exclusion list for removal (#1744)
1 parent 3256f5f commit 24d6650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/docs/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ func main() {
2828
filepath.Join(*outDir, "getting-started.mdx"),
2929
filepath.Join(*outDir, "_meta.tsx"),
3030
filepath.Join(*outDir, "mise-toolkit.mdx"),
31+
filepath.Join(*outDir, "docker.mdx"),
3132
}
3233

3334
if _, err := removeDocs(*outDir, exclusionList); err != nil {

0 commit comments

Comments
 (0)