Skip to content
Open
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/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Build and Deploy
on:
pull_request: {}
push:
branches: [main]
paths:
- 'favicon**'
- 'index.bs'

jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- 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 /TR/ publication, but having for future placeholder
# not set 'warning' to BUILD_FAIL_ON (not to cause error by bikeshed warning?)
4 changes: 2 additions & 2 deletions .pr-preview.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"src_file": "index.html",
"type": "respec"
"src_file": "index.bs",
"type": "bikeshed"
}
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@

# MyNote

This is the repository for MyNote.

## Remove everything from this line when you're done

Please update the following files:

* w3c.json : make sure group ID and contacts are correct
* index.html : update the respec config as needed
* README.md : remove these instructions and update as needed
* .travis.yml : for automatic publishing, you'll need the [proper group decision email](https://github.com/w3c/echidna/wiki/How-to-use-Echidna-with-ReSpec-and-GitHub#working-group-approval) and you'll need to [secure your TOKEN](https://github.com/w3c/echidna/wiki/How-to-use-Echidna-with-ReSpec-and-GitHub#working-group-approval)
# Gamepad Haptics PCM Extension
2 changes: 0 additions & 2 deletions echidna-manifest.txt

This file was deleted.

47 changes: 0 additions & 47 deletions index.html

This file was deleted.

11 changes: 4 additions & 7 deletions w3c.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"group": 53154,
"contacts": [
"yourGHusername"
],
"policy": "open",
"repo-type": "note"
}
"group": 87846,
"contacts": [ "himorin" ],
"repo-type": "cg-report"
}
Loading