From 0904d5e24d9e29db82519a40559c37f4ab2c1ac4 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Tue, 1 Aug 2023 11:35:35 +0200 Subject: [PATCH] [crawl job] Force crawl of a few discontinued specs Discontinued specs now need to be explicitly mentioned to Reffy to get crawled. This adds a few discontinued specs for which crawl is needed for cross-referencing purpose. --- .github/workflows/update-ed.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-ed.yml b/.github/workflows/update-ed.yml index 967e492df9e5..09a6b18ee1d7 100644 --- a/.github/workflows/update-ed.yml +++ b/.github/workflows/update-ed.yml @@ -27,10 +27,12 @@ jobs: with: path: webref-fallback + # Note command to Reffy explicitly mentions a few discontinued specs, + # kept in the crawl for cross-referencing purpose. - name: Run Reffy's crawler run: | mkdir report - node_modules/.bin/reffy --post csscomplete --post annotatelinks --post patchdfns --output report --fallback webref-fallback/ed/index.json + node_modules/.bin/reffy --post csscomplete --post annotatelinks --post patchdfns --output report --fallback webref-fallback/ed/index.json --spec all DOM-Level-2-Style selectors-nonelement-1 tracking-dnt - name: Checkout webref uses: actions/checkout@v2