Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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-latest
steps:
- uses: actions/checkout@v3
- 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/2025/11/20-rdf-star-minutes.html#ecad
W3C_BUILD_OVERRIDE: |
specStatus: DNOTE
shortName: rdf12-interop