Skip to content

Commit faec34e

Browse files
author
Michael Cooper
committed
Create auto-publish.yml
1 parent 61080ea commit faec34e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/auto-publish.yml

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

0 commit comments

Comments
 (0)