Skip to content

Commit 5444fbb

Browse files
authored
Create auto-publish-shacl12-sparql.yml
Auto publication of the SHACL 1.2 SPARQL extension spec
1 parent f5faf7e commit 5444fbb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Autopublish configuration for shacl12-sparql
2+
name: CI (shacl12-sparql)
3+
on:
4+
push:
5+
branches: [gh-pages]
6+
paths: ["shacl12-sparql/**"]
7+
8+
jobs:
9+
main:
10+
name: Build, Validate and Deploy
11+
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: w3c/spec-prod@v2
17+
with:
18+
TOOLCHAIN: respec
19+
SOURCE: shacl12-sparql/index.html
20+
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
21+
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-shacl/2025May/0026.html"
22+
W3C_BUILD_OVERRIDE: |
23+
specStatus: WD
24+
shortName: shacl12-sparql

0 commit comments

Comments
 (0)