From d1f62611318fe7e9d6053d8b3fa0b9fd016d8478 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Mon, 27 Nov 2023 11:16:56 +0100 Subject: [PATCH] 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. --- .github/workflows/update-ed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-ed.yml b/.github/workflows/update-ed.yml index ee966662f619..b7b9668938cf 100644 --- a/.github/workflows/update-ed.yml +++ b/.github/workflows/update-ed.yml @@ -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