Skip to content

Commit d1f6261

Browse files
committed
Stop crawling obsoleted RFC7538 and RFC7540
As reported in #1096, no known Bikeshed/ReSpec spec references sections in RFC7538 and RFC7540, so we can stop crawling these specs right away.
1 parent d6f360b commit d1f6261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-ed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run Reffy's crawler
2525
run: |
2626
mkdir report
27-
node_modules/.bin/reffy --post csscomplete --post annotatelinks --post patchdfns --output report --fallback ed/index.json --spec all DOM-Level-2-Style selectors-nonelement-1 tracking-dnt rfc7230 rfc7231 rfc7232 rfc7233 rfc7234 rfc7235 rfc7538 rfc7540
27+
node_modules/.bin/reffy --post csscomplete --post annotatelinks --post patchdfns --output report --fallback ed/index.json --spec all DOM-Level-2-Style selectors-nonelement-1 tracking-dnt rfc7230 rfc7231 rfc7232 rfc7233 rfc7234 rfc7235
2828
2929
# Update another Webref checkout to reduce the chances that the version we
3030
# checked out is no longer in sync with origin by the time the crawl is over

0 commit comments

Comments
 (0)