Skip to content

Commit f6cc989

Browse files
authored
Merge pull request #25 from himorin/move-to-wg
switching to WG configuration
2 parents 001e414 + 59b6055 commit f6cc989

6 files changed

Lines changed: 33 additions & 46 deletions

File tree

.github/workflows/auto-publish.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Build, and publish spec to GitHub Pages and /TR/
2+
3+
on:
4+
pull_request: {}
5+
push:
6+
branches: [main]
7+
paths:
8+
- 'index.bs'
9+
10+
jobs:
11+
main:
12+
name: Build, Validate and Deploy
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v2
16+
- uses: w3c/spec-prod@v2
17+
with:
18+
TOOLCHAIN: bikeshed
19+
SOURCE: index.bs
20+
DESTINATION: index.html
21+
GH_PAGES_BRANCH: gh-pages
22+
# W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }}
23+
# W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-immersive-web-wg/2021Sep/0004.html
24+
# W3C_BUILD_OVERRIDE: |
25+
# status: WD
26+
27+
# not set 'warning' to BUILD_FAIL_ON (not to cause error by bikeshed warning?)
28+

.github/workflows/deploy.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 10 deletions
This file was deleted.

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
Shortname: webxr-webgpu-binding
33
Title: WebXR/WebGPU Binding Module - Level 1
44
Group: immersivewebwg
5-
Status: w3c/ED
5+
Status: ED
66
TR: https://www.w3.org/TR/webxr-webgpu-binding-1/
77
ED: https://immersive-web.github.io/webxr-webgpu-binding/
88
Previous Version:
99
Repository: immersive-web/webxr-webgpu-binding
1010
Level: 1
11-
Mailing List Archives: https://lists.w3.org/Archives/Public/public-immersive-web/
11+
Mailing List Archives: https://lists.w3.org/Archives/Public/public-immersive-web-wg/
1212
1313
Editor: Brandon Jones, Google https://www.google.com, bajones@google.com, w3cid 87824
1414

package.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

w3c.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"group": [87846]
3-
, "contacts": ["dontcallmedom", "himorin"]
4-
, "repo-type": "cg-report"
2+
"group": 109735
3+
, "contacts": ["himorin"]
4+
, "repo-type": "rec-track"
55
}

0 commit comments

Comments
 (0)