Sorry, if this is a known issue or not an issue.
It seems the last full nightly docs are:
https://nodejs.org/download/nightly/v9.0.0-nightly201708155f31d54720/docs/api/
The next 3 have only JSON:
https://nodejs.org/download/nightly/v9.0.0-nightly20170816e9c0263696/docs/api/
https://nodejs.org/download/nightly/v9.0.0-nightly2017081760f2fa9a8b/docs/api/
https://nodejs.org/download/nightly/v9.0.0-nightly201708184d842e3d66/docs/api/
https://github.com/nodejs/node/pull/13482 seems like a likely source of the issue.
This should have been fixed in https://github.com/nodejs/node/pull/14932 (8850fd4da16d1477c699484de0c9eaeee31e6fa6). Feel free to reopen if the nightly docs are still missing tomorrow.
It is happening again. The last nightly with docs folder:
https://nodejs.org/download/nightly/v9.0.0-nightly2017091061e9ba1271/
all the next ones lack docs:
https://nodejs.org/download/nightly/v9.0.0-nightly20170912a10856a7d3/
https://nodejs.org/download/nightly/v9.0.0-nightly20170913bf1ca8fb2e/
https://nodejs.org/download/nightly/v9.0.0-nightly201709141a0727d85e/
https://nodejs.org/download/nightly/v9.0.0-nightly20170915a5916107dd/
https://nodejs.org/download/nightly/v9.0.0-nightly20170916b0d3bec95c/
cc @nodejs/build
Opened #15447 to try and fix this
Sigh. The same again. The last nightly with docs folder:
https://nodejs.org/download/nightly/v9.0.0-nightly20171001f9be5fe52a/
The next ones lack docs:
https://nodejs.org/download/nightly/v9.0.0-nightly201710027069e633ca/
https://nodejs.org/download/nightly/v9.0.0-nightly201710037cff6e80bf/
https://nodejs.org/download/nightly/v9.0.0-nightly20171004a3cd8ed168/
cc @nodejs/build
Possible cause (like https://github.com/nodejs/node/pull/15447): https://github.com/nodejs/node/pull/15680
We should make some safety device for this.
Pending issue is https://github.com/nodejs/build/issues/887, personally still think best solution here is to compile docs with each node-test-commit run.