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.
2 parents 133a862 + 55e4d2f commit f5faf7eCopy full SHA for f5faf7e
.github/workflows/auto-publish-shacl12-core.yml
@@ -0,0 +1,24 @@
1
+# Autopublish configuration for shacl12-core
2
+name: CI (shacl12-core)
3
+on:
4
+ push:
5
+ branches: [gh-pages]
6
+ paths: ["shacl12-core/**"]
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-core/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-core
0 commit comments