-
Notifications
You must be signed in to change notification settings - Fork 3
32 lines (32 loc) · 1008 Bytes
/
auto-publish.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Example: Override respecConfig for W3C deployment and validators.
name: Echidna Auto-publish
on:
pull_request:
paths: ["spec/**"]
push:
branches: [main]
paths: ["spec/**"]
jobs:
main:
name: Echidna Auto-publish WD
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: respec
SOURCE: spec/index.html
VALIDATE_LINKS: false
VALIDATE_MARKUP: true
ACTIONS_STEP_DEBUG: true
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: https://www.w3.org/2023/04/20-rdf-star-minutes.html#r03
W3C_BUILD_OVERRIDE: |
specStatus: WD
shortName: rdf12-n-triples
- name: "Verify common files are consistent"
run: |
git submodule add https://github.com/w3c/rdf-common.git spec/rdf-common
diff --exclude .git -r spec/rdf-common spec/common