Skip to content

Commit 1a2e1d0

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

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# exclude: |
2+
# (?x)^(
3+
# skore-ui/.*/fixtures/.*|
4+
# docs/.*
5+
# )$
6+
7+
exclude: (fixtures/)|(^docs/)
8+
19
repos:
210
- repo: https://github.com/pre-commit/pre-commit-hooks
311
rev: v5.0.0
@@ -52,5 +60,3 @@ repos:
5260
name: Use stylelint to lint CSS.
5361
entry: bash -c "cd skore-ui && npm run style-lint"
5462
files: ^skore-ui/
55-
56-
exclude: fixtures/

docs/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)