Skip to content

Commit db346ab

Browse files
📝 Fix mkdocs file watching issue.
1 parent 424cf26 commit db346ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.config/mise.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ check = 'ruff check'
88
format = 'ruff format'
99
install = 'poetry install --all-groups --all-extras'
1010
mkdocs = 'poetry run mkdocs build -f .config/mkdocs.yaml'
11-
mkdocs-serve = 'poetry run mkdocs serve -f .config/mkdocs.yaml -a 0.0.0.0:8000'
11+
mkdocs-serve = 'poetry run mkdocs serve -f .config/mkdocs.yaml -a 0.0.0.0:8000 --livereload'
1212
mypy = 'mypy --python-executable "$(poetry env info -p)/lib/python3.10/site-packages" --hide-absolute-path'

‎.config/mkdocs.yaml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ watch:
1010
- mkdocs.yaml
1111
- ../src
1212
- ../Readme.md
13+
- ../docs
1314

1415
docs_dir: ../docs
1516
exclude_docs: |

0 commit comments

Comments
 (0)