Skip to content

Commit 554b09a

Browse files
committed
Merge branch 'gh-pages' into issue-334-create-profiling-document
2 parents 3e86995 + f6e8430 commit 554b09a

File tree

12 files changed

+1364
-304
lines changed

12 files changed

+1364
-304
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
# Pull request instructions
3+
(Note that text between the HTML comments will be recorded in this pull request's source for future editing, but will not render on Github. Text is suggested with portions needing substitution enclosed in curly braces. The curly braces also need to be removed when substituting.)
4+
5+
Please use "Closing keywords" for the associated Issue if this PR should close the Issue once merged.
6+
https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
7+
8+
If this PR edits a document, please consider including a "Live render." The non-comment template text suggests one mechanism. If including the link line(s), please test-load the link(s) while drafting the PR.
9+
-->
10+
11+
Closes #{ISSUE_NUMBER}
12+
13+
* [See this document rendered online here](https://raw.githack.com/w3c/data-shapes/{BRANCH_NAME}/{FOLDER}/index.html)
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
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

shacl12-core/index.html

Lines changed: 515 additions & 280 deletions
Large diffs are not rendered by default.

shacl12-node-expr/index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@
3535
mailto: "<TBD>", // TODO
3636
w3cid: "164266"
3737
},
38-
39-
{
40-
name: "Andy Seaborne",
41-
company: "Apache Software Foundation",
42-
mailto: "<TBD>", // TODO
43-
w3cid: "29909"
44-
},
4538
{
4639
name: "Simon Steyskal",
4740
company: "Siemens AG",

0 commit comments

Comments
 (0)