diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index d4548db0..e373e63f 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -6,15 +6,17 @@ on: branches: [main] jobs: main: - name: Build, Validate and Deploy Locally - runs-on: ubuntu-22.04 + name: Build, Validate and Deploy + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: w3c/spec-prod@v2 with: GH_PAGES_BRANCH: gh-pages - TOOLCHAIN: bikeshed SOURCE: index.bs - DESTINATION: index.html VALIDATE_MARKUP: true BUILD_FAIL_ON: fatal + W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} + W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html + W3C_BUILD_OVERRIDE: | + status: CRD diff --git a/index.bs b/index.bs index 9943de14..32854c99 100644 --- a/index.bs +++ b/index.bs @@ -4,7 +4,7 @@ Status: ED ED: https://w3c.github.io/ServiceWorker/ TR: https://www.w3.org/TR/service-workers/ Shortname: service-workers -Level: +Level: None Editor: Monica Chintala, w3cid 160353, Microsoft, monicach@microsoft.com Editor: Yoshisato Yanagisawa, w3cid 142513, Google, yyanagisawa@chromium.org Former Editor: Alex Russell, Google, slightlyoff@chromium.org @@ -13,7 +13,7 @@ Former Editor: Jungkee Song, Microsoft‚ represented Samsung until April 20 Former Editor: Marijn Kruisselbrink, w3cid 72440, Google, mek@chromium.org Repository: w3c/ServiceWorker Group: webapps -!Tests: web-platform-tests service-workers/ (ongoing work) +Test Suite: https://github.com/web-platform-tests/wpt/tree/master/service-workers Status Text: This is a living document. Readers need to be aware that this specification may include unimplemented features, and details that may change. Service Workers 1 is a version that is advancing toward a W3C Recommendation. 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. Abstract: