Skip to content

Commit aa4f0f3

Browse files
committed
Rewrite the spec in Bikeshed
1 parent a167f62 commit aa4f0f3

5 files changed

Lines changed: 1333 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
groups:
8+
actions-org:
9+
patterns: ["actions/*"]

.github/workflows/auto-publish.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
name: deploy-spec
1+
name: CI
22
on:
33
pull_request: {}
44
push:
55
branches: [main]
66
jobs:
77
main:
8-
name: Build, Validate and Deploy Spec
8+
name: Build, Validate and Deploy
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
1012
steps:
11-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v6
1214
- uses: w3c/spec-prod@v2
1315
with:
14-
SOURCE: index.html
15-
TOOLCHAIN: respec
1616
GH_PAGES_BRANCH: gh-pages
17+
BUILD_FAIL_ON: warning

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
package-lock.json
33
package.json
4+
index.html

.pr-preview.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"src_file": "index.html",
3-
"type": "respec"
2+
"src_file": "index.bs",
3+
"type": "bikeshed"
44
}

0 commit comments

Comments
 (0)