Skip to content

Commit

Permalink
Merge pull request #6 from w3c/autopublish
Browse files Browse the repository at this point in the history
Set up for automatic bikeshed generation and PR preview
  • Loading branch information
aboba committed Oct 13, 2023
2 parents 611687f + 3ec72cf commit a46e39d
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 577 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Auto-publish
on:
pull_request: {}
push:
paths:
- index.bs
branches: [main]

jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
#W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webrtc/2016Mar/0031.html"
VALIDATE_LINKS: false
BUILD_FAIL_ON: link-error
#W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
#W3C_NOTIFICATIONS_CC: dom@w3.org
#W3C_BUILD_OVERRIDE: |
# shortname: webrtc-rtptransport
# status: WD
8 changes: 8 additions & 0 deletions .pr-preview.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"src_file": "index.bs",
"type": "bikeshed",
"params": {
"force": 1
}
}

2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Title: WebRTC RTP Transport
Shortname: webrtc-rtptransport
Level: None
Status: w3c/ED
Status: UD
Group: webrtc
ED: https://w3c.github.io/webrtc-rtptransport/
TR: https://www.w3.org/TR/webrtc-rtptransport/
Expand Down

0 comments on commit a46e39d

Please sign in to comment.