Skip to content

Commit ed605f6

Browse files
Serve-Docs.ps1: explicit --livereload, no --strict
1 parent 3fe277e commit ed605f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/Serve-Docs.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ $ErrorActionPreference = "Stop"
88
$PSNativeCommandUseErrorActionPreference = $true
99
Import-Module -Name "$PSScriptRoot\Utils.psm1"
1010

11-
uv run $(Get-UvRunOptions) mkdocs serve --config-file=docs/mkdocs.yaml --strict
11+
# Explicit --livereload to work around https://github.com/mkdocs/mkdocs/issues/4032
12+
uv run $(Get-UvRunOptions) mkdocs serve --config-file=docs/mkdocs.yaml --livereload

0 commit comments

Comments
 (0)