We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9d4a63 + 330d695 commit bc9ae2dCopy full SHA for bc9ae2d
.github/workflows/auto-publish.yml
@@ -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