Skip to content

Commit 330d695

Browse files
committed
Set up bikeshed for automatic publication to gh-pages
close #59
1 parent e9d4a63 commit 330d695

File tree

2 files changed

+17
-1800
lines changed

2 files changed

+17
-1800
lines changed

.github/workflows/auto-publish.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Auto-publish
2+
on:
3+
pull_request: {}
4+
push:
5+
branches: [main]
6+
7+
jobs:
8+
main:
9+
name: Build, Validate and Deploy
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
16+
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webrtc/2016Mar/0031.html"
17+
VALIDATE_LINKS: false

0 commit comments

Comments
 (0)