Skip to content

Commit 3c006ed

Browse files
CI: Autopublish with GitHub Actions and spec-prod
1 parent b43b23b commit 3c006ed

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
on:
3+
pull_request: {}
4+
push:
5+
branches: [main]
6+
7+
jobs:
8+
main:
9+
name: Build, Validate, and Publish
10+
runs-on: ubuntu-20.04
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: w3c/spec-prod@v2
14+
with:
15+
GH_PAGES_BRANCH: gh-pages

0 commit comments

Comments
 (0)