From 7fa3c9ed6f4770a1616877184cff105bed9fe1ad Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Wed, 8 Apr 2026 15:36:51 +0200 Subject: [PATCH] fix --- .github/workflows/auto-publish.yml | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index e4a0b5d..6bbec64 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -19,6 +19,11 @@ jobs: SOURCE: geolocation-element.bs TOOLCHAIN: bikeshed GH_PAGES_BRANCH: gh-pages + - uses: planetoftheweb/copy-to-branches@v1.3 + env: + key: main + branches: gh-pages + files: usermedia-element-delta.html copy_demo: name: Copy demo page to gh-pages runs-on: ubuntu-latest diff --git a/README.md b/README.md index 649b39f..d7ccaf0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ An HTML permission element for the A set of HTML elements to mediate access to a [MediaStream](https://www.w3.org/TR/mediacapture-streams/#dom-mediastream): * [Explainer](usermedia_element.md) -* [Usermedia Element Specification Draft](usermedia-element-delta.html), meant +* [Usermedia Element Specification Draft](https://wicg.github.io/PEPC/usermedia-element-delta.html), meant for inclusion in [Media Capture and Streams Extensions](https://w3c.github.io/mediacapture-extensions/)