ci: exclude docs path

This commit is contained in:
Maël Gangloff
2025-11-13 09:26:29 +01:00
parent f9805b6038
commit e5a28514c5
4 changed files with 7 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
},
"exclude": [
"node_modules",
"docs",
"vendor/**/*.ts"
]
}