Skip to content

Commit 4ede86f

Browse files
authored
Fix serve helper not reloading (#287)
force the serve helper to automatically reload to work around issue with click 8.3.0
1 parent 6464f38 commit 4ede86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serve

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
# use uv to run mkdocs with mkdocs-material and its dependencies installed
4-
uv tool run --with-requirements ./requirements.txt mkdocs ${@:-serve}
4+
uv tool run --with-requirements ./requirements.txt mkdocs ${@:-serve --livereload}

0 commit comments

Comments
 (0)