Skip to content

Commit

Permalink
Fill in template contents for explainer repositories. (#1)
Browse files Browse the repository at this point in the history
This includes some differences from the TAG's template explainer and the WICG starter kit's template bikeshed file, which I'll try to upstream next.
  • Loading branch information
jyasskin authored Nov 28, 2023
1 parent 0058027 commit 2e383d8
Show file tree
Hide file tree
Showing 6 changed files with 626 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI
on:
pull_request: {}
push:
branches: [main]
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
BUILD_FAIL_ON: warning
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
index.html
8 changes: 8 additions & 0 deletions .pr-preview.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"src_file": "index.bs",
"type": "bikeshed",
"params": {
"force": 1
}
}

Loading

0 comments on commit 2e383d8

Please sign in to comment.