Skip to content

Commit cf0e97a

Browse files
authored
chore: setup autopub (#1804)
* setup autopub * update the action script
1 parent 8ec112f commit cf0e97a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/generate.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ on:
66
branches: [main]
77
jobs:
88
main:
9-
name: Build, Validate and Deploy Locally
10-
runs-on: ubuntu-22.04
9+
name: Build, Validate and Deploy
10+
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: w3c/spec-prod@v2
1414
with:
1515
GH_PAGES_BRANCH: gh-pages
16-
TOOLCHAIN: bikeshed
1716
SOURCE: index.bs
18-
DESTINATION: index.html
1917
VALIDATE_MARKUP: true
2018
BUILD_FAIL_ON: fatal
19+
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
20+
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html
21+
W3C_BUILD_OVERRIDE: |
22+
status: CRD

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Status: ED
44
ED: https://w3c.github.io/ServiceWorker/
55
TR: https://www.w3.org/TR/service-workers/
66
Shortname: service-workers
7-
Level:
7+
Level: None
88
Editor: Monica Chintala, w3cid 160353, Microsoft, [email protected]
99
Editor: Yoshisato Yanagisawa, w3cid 142513, Google, [email protected]
1010
Former Editor: Alex Russell, Google, [email protected]
@@ -13,7 +13,7 @@ Former Editor: Jungkee Song, Microsoft‚ represented Samsung until April 20
1313
Former Editor: Marijn Kruisselbrink, w3cid 72440, Google, [email protected]
1414
Repository: w3c/ServiceWorker
1515
Group: webapps
16-
!Tests: <a href=https://github.com/web-platform-tests/wpt/tree/master/service-workers>web-platform-tests service-workers/</a> (<a href=https://github.com/web-platform-tests/wpt/labels/service-workers>ongoing work</a>)
16+
Test Suite: https://github.com/web-platform-tests/wpt/tree/master/service-workers
1717
Status Text: This is a living document. Readers need to be aware that this specification may include unimplemented features, and details that may change. <a href="https://w3c.github.io/ServiceWorker/v1/">Service Workers 1</a> is a version that is advancing toward a W3C Recommendation.
1818
Abstract: The core of this specification is a worker that wakes to receive events. This provides an event destination that can be used when other destinations would be inappropriate, or no other destination exists.
1919
Abstract:

0 commit comments

Comments
 (0)