File tree 1 file changed +13
-9
lines changed
1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,16 @@ jobs:
29
29
- name : Verify examples are consistent
30
30
run : bundle exec rake test
31
31
32
- - name : Checks HTML5
33
- run : bundle exec rake check_html
34
-
35
- # See https://github.com/w3c/spec-prod/blob/main/docs/examples.md
36
- # - name: ReSpec Checker
37
- # uses: w3c/spec-prod@v1
38
- # with:
39
- # VALIDATE_LINKS: true
40
- # VALIDATE_MARKUP: true
32
+ - name : Echidna Auto-publish WD
33
+ uses : w3c/spec-prod@v2
34
+ with :
35
+ TOOLCHAIN : respec
36
+ SOURCE : index.html
37
+ VALIDATE_LINKS : false
38
+ VALIDATE_MARKUP : true
39
+ ACTIONS_STEP_DEBUG : true
40
+ W3C_ECHIDNA_TOKEN : ${{ secrets.ECHIDNA_TOKEN }}
41
+ # W3C_WG_DECISION_URL: https://www.w3.org/2023/04/20-rdf-star-minutes.html#r03
42
+ W3C_BUILD_OVERRIDE : |
43
+ specStatus: WD
44
+ shortName: json-ld11-concepts
You can’t perform that action at this time.
0 commit comments