Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cfredric committed Dec 11, 2023
1 parent fce54b8 commit 1719b10
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 0 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
7 changes: 7 additions & 0 deletions .pr-preview.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"src_file": "index.bs",
"type": "bikeshed",
"params": {
"force": 1
}
}
Loading

0 comments on commit 1719b10

Please sign in to comment.