We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f360b commit d1f6261Copy full SHA for d1f6261
.github/workflows/update-ed.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run Reffy's crawler
25
run: |
26
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
+ 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
28
29
# Update another Webref checkout to reduce the chances that the version we
30
# checked out is no longer in sync with origin by the time the crawl is over
0 commit comments