Skip to content

Commit f5faf7e

Browse files
authored
Merge pull request #381 from w3c/caribouW3-patch-1
Create auto-publish-shacl12-core.yml
2 parents 133a862 + 55e4d2f commit f5faf7e

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-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

Comments
 (0)