Closed
Description
If I run x doc unstable-book
with a clean ./build
directory, it seems to work fine.
But if I then edit or create files in ./src/doc/unstable-book
, and then re-run x doc unstable-book
, the command appears to succeed, but doesn't actually re-generate the book. Any edits to the book after the first build do not appear in the output.
As a workaround, I have to do rm -r build/aarch64-apple-darwin/doc/unstable-book/
to force the book to actually rebuild.
@rustbot label +T-bootstrap