Skip to content

Commit 011a344

Browse files
committed
feat: Add /docs used to deploy documentation to GitHub Pages
1 parent d821ffb commit 011a344

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
exclude: |
2+
(?x)
3+
(fixtures/)|
4+
(^docs/)
5+
16
repos:
27
- repo: https://github.com/pre-commit/pre-commit-hooks
38
rev: v5.0.0
@@ -52,5 +57,3 @@ repos:
5257
name: Use stylelint to lint CSS.
5358
entry: bash -c "cd skore-ui && npm run style-lint"
5459
files: ^skore-ui/
55-
56-
exclude: fixtures/

docs/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)