Skip to content
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
5 changes: 5 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
Loading