Skip to content

Commit

Permalink
Merge branch 'main' into spk
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Langley committed Nov 15, 2023
2 parents 9cf1634 + a8bf3f5 commit b2cba32
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .bikeshed-include/copyright.include
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © [YEAR] <a href="https://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="https://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="https://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="https://www.keio.ac.jp/">Keio</a>, <a href="https://ev.buaa.edu.cn/">Beihang</a>). W3C <a href="https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.
<a href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2023 <a href="https://www.w3.org/">World Wide Web Consortium</a>. <abbr title="World Wide Web Consortium">W3C</abbr><sup>®</sup> <a href="https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.
13 changes: 5 additions & 8 deletions .bikeshed-include/status-WD.include
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<p>
<em>This section describes the status of this document at the time of its publication. Other
documents may supersede this document. A list of current
<abbr title="World Wide Web Consortium">W3C</abbr> publications and the latest revision of this
technical report can be found in the
<a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical
reports index</a> at http://www.w3.org/TR/.</em>
</p>
<p><em>This section describes the status of this document at the time of
its publication. A list of current W3C publications and the latest
revision of this technical report can be found in the <a
href="https://www.w3.org/TR/">W3C technical reports index</a> at
https://www.w3.org/TR/.</em></p>
<p>
This document was published by the <a href="https://www.w3.org/webauthn/">Web Authentication Working Group</a>
as a Working Draft. This document is intended to become a W3C Recommendation.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-validate-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
jobs:
main:
name: Build, Validate, and Publish
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
Expand Down

0 comments on commit b2cba32

Please sign in to comment.