We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5839a39 commit 6906d2fCopy full SHA for 6906d2f
Makefile
@@ -1,4 +1,4 @@
1
run-pre-commit-ruff-black:
2
uv run pre-commit run --all-files
3
-run-local-mkdocs-server:
4
- uv run mkdocs serve
+run-mkdocs-local-server:
+ uv run mkdocs serve --livereload
0 commit comments