Skip to content

Commit 5d556a8

Browse files
authored
automatic publishing
1 parent 4f9b2b7 commit 5d556a8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/pr-push.yml

Lines changed: 15 additions & 0 deletions
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+
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+
VALIDATE_LINKS: false
15+
GH_PAGES_BRANCH: gh-pages

0 commit comments

Comments
 (0)