Skip to content

Commit

Permalink
feat: Add /docs used to deploy documentation to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Oct 21, 2024
1 parent d821ffb commit 1a2e1d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# exclude: |
# (?x)^(
# skore-ui/.*/fixtures/.*|
# docs/.*
# )$

exclude: (fixtures/)|(^docs/)

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
Expand Down Expand Up @@ -52,5 +60,3 @@ repos:
name: Use stylelint to lint CSS.
entry: bash -c "cd skore-ui && npm run style-lint"
files: ^skore-ui/

exclude: fixtures/
Empty file added docs/.nojekyll
Empty file.

0 comments on commit 1a2e1d0

Please sign in to comment.