[whatwg/fetch] make deploy failed (#1205)

```
$ bikeshed update --skip-manifest
Downloading anchor data...
Downloading data for spec 1/217...
...
$ make local
bikeshed spec fetch.bs fetch.html --md-Text-Macro="COMMIT-SHA LOCAL COPY"
LINK ERROR: No 'dfn' refs found for 'creating' with for='['ReadableStream']'.
<a data-link-for="ReadableStream" data-link-type="dfn" data-lt="creating">creating</a>
...
$ make deploy
...
LINK ERROR: No 'dfn' refs found for 'creating' with for='['ReadableStream']'.
&lt;a data-link-for="ReadableStream" data-link-type="dfn" data-lt="creating">creating&lt;/a>
 ✘  Did not generate, due to fatal errorsmake: *** [Makefile:23: deploy] Error 22
```
This is also happening on PR check: https://github.com/whatwg/fetch/pull/1204/checks


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1205

Received on Wednesday, 31 March 2021 02:10:56 UTC