Skip to content

Commit

Permalink
Stop crawling obsoleted RFC7538 and RFC7540 (#1099)
Browse files Browse the repository at this point in the history
As reported in #1096, no known Bikeshed/ReSpec spec references sections in
RFC7538 and RFC7540, so we can stop crawling these specs right away.
  • Loading branch information
tidoust authored Nov 27, 2023
1 parent d6f360b commit c5a6163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run Reffy's crawler
run: |
mkdir report
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
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
# Update another Webref checkout to reduce the chances that the version we
# checked out is no longer in sync with origin by the time the crawl is over
Expand Down

0 comments on commit c5a6163

Please sign in to comment.