Skip to content

Commit

Permalink
Meta: update repository files
Browse files Browse the repository at this point in the history
See https://github.com/whatwg/spec-factory for details.

Also includes a Reffy fix. CSS2 strikes again.
  • Loading branch information
annevk committed Mar 23, 2023
1 parent 5835e14 commit d5dbe0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
# Note: `python` will also be this version, which various scripts depend on.
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
# Note: `make deploy` will do a deploy dry run on PRs.
- run: make deploy
env:
Expand Down
1 change: 1 addition & 0 deletions storage.bs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMASCRIPT

<pre class=link-defaults>
spec:infra; type:dfn; text:implementation-defined
spec:infra; type:dfn; text:user agent
</pre>


Expand Down

0 comments on commit d5dbe0b

Please sign in to comment.