Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Build, and publish spec to GitHub Pages and /TR/

on:
pull_request: {}
push:
branches: [main]
paths:
- 'index.bs'

jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: bikeshed
SOURCE: index.bs
DESTINATION: index.html
GH_PAGES_BRANCH: gh-pages
# W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }}
# W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-immersive-web-wg/2021Sep/0004.html
# W3C_BUILD_OVERRIDE: |
# status: WD

# not set 'warning' to BUILD_FAIL_ON (not to cause error by bikeshed warning?)

23 changes: 0 additions & 23 deletions .github/workflows/deploy.yml

This file was deleted.

10 changes: 0 additions & 10 deletions Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Shortname: webxr-webgpu-binding
Title: WebXR/WebGPU Binding Module - Level 1
Group: immersivewebwg
Status: w3c/ED
Status: ED
TR: https://www.w3.org/TR/webxr-webgpu-binding-1/
ED: https://immersive-web.github.io/webxr-webgpu-binding/
Previous Version:
Repository: immersive-web/webxr-webgpu-binding
Level: 1
Mailing List Archives: https://lists.w3.org/Archives/Public/public-immersive-web/
Mailing List Archives: https://lists.w3.org/Archives/Public/public-immersive-web-wg/

Editor: Brandon Jones, Google https://www.google.com, bajones@google.com, w3cid 87824

Expand Down
8 changes: 0 additions & 8 deletions package.json

This file was deleted.

6 changes: 3 additions & 3 deletions w3c.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"group": [87846]
, "contacts": ["dontcallmedom", "himorin"]
, "repo-type": "cg-report"
"group": 109735
, "contacts": ["himorin"]
, "repo-type": "rec-track"
}
Loading