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
29 changes: 29 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build, and publish spec to GitHub Pages and /TR/

on:
pull_request: {}
push:
branches: [main]
paths:
- 'images/**'
- '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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this link is wrong?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to cover every IWWG specifications under streamlined publication (since this GHAction is for streamlined publication to /TR/), but not specific transition of each specification.

# W3C_BUILD_OVERRIDE: |
# status: WD

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

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

This file was deleted.

13 changes: 0 additions & 13 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 @@ -6,10 +6,10 @@ Status: ED
Level: 1
ED: https://immersive-web.github.io/plane-detection/
Repository: immersive-web/plane-detection
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/

!Participate: <a href="https://github.com/immersive-web/plane-detection/issues/new">File an issue</a> (<a href="https://github.com/immersive-web/plane-detection/issues">open issues</a>)
!Participate: <a href="https://lists.w3.org/Archives/Public/public-immersive-web/">Mailing list archive</a>
!Participate: <a href="https://lists.w3.org/Archives/Public/public-immersive-web-wg/">Mailing list archive</a>
!Participate: <a href="irc://irc.w3.org:6665/">W3C's #immersive-web IRC</a>

Editor: Alex Cooper 114716, Google http://google.com/, alcooper@google.com
Expand Down
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"
}