Skip to content

Commit 10f28d3

Browse files
committed
fix(release): docs-ready hints — merged repo map page, correct preview cmd
1 parent 76ba745 commit 10f28d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎scripts/localpibox/stack/release.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,9 +716,9 @@ def cmd_release_docs_ready(*, assume_yes: bool, cons: Console) -> int:
716716
"python3 -m pip install --user --break-system-packages "
717717
"'mkdocs-material==9.7.7' mike")
718718
return 1
719-
cons.info("Site built — note: repo-map/versions pages are re-stamped by "
719+
cons.info("Site built — note: the repo map page is re-stamped by "
720720
"CI after the release tags exist.")
721-
cons.info(f" preview: cd {work} && mike serve # http://localhost:8000")
721+
cons.info(f" preview: cd {work} && python3 -m http.server 8000 -d site")
722722
if not assume_yes and not confirm(
723723
f"Review the site, then flag docs as ready for {target}?"):
724724
cons.info("Aborted — docs branch not flagged. Re-run when ready.")

0 commit comments

Comments
 (0)