We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c2981 commit 553c5c3Copy full SHA for 553c5c3
.github/workflows/auto-publish.yml
@@ -20,7 +20,10 @@ jobs:
20
VALIDATE_MARKUP: true
21
ACTIONS_STEP_DEBUG: true
22
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
23
- W3C_WG_DECISION_URL: https://www.w3.org/2022/11/09-rch-minutes#r03
+ W3C_WG_DECISION_URL: https://www.w3.org/2023/04/20-rdf-star-minutes.html#r03
24
W3C_BUILD_OVERRIDE: |
25
specStatus: WD
26
- shortName: rdf12-concepts
+ - name: "Verify common files are consistent"
27
+ run: |
28
+ git submodule add https://github.com/w3c/rdf-common.git spec/rdf-common
29
+ diff --exclude .git -r spec/rdf-common spec/common
0 commit comments