Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
# Replace following with appropriate value. See options.md for details.
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-device-apis/2021May/0008.html
W3C_BUILD_OVERRIDE: |
status: WD
shortname: geolocation-sensor
# W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
# # Replace following with appropriate value. See options.md for details.
# W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-device-apis/2021May/0008.html
# W3C_BUILD_OVERRIDE: |
# status: WD
# shortname: geolocation-sensor
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<pre class="metadata">
Title: Geolocation Sensor
Level: none
Status: ED
Status: DISC
Date: 2026-02-03
ED: https://w3c.github.io/geolocation-sensor/
TR: https://www.w3.org/TR/geolocation-sensor/
Shortname: geolocation-sensor
Expand Down