docs: glossary infra (#34231)

* feat: glossary infra

* fix static analysis error

* fix ruff linter error.

* updates docs.yaml to use ubuntu-24.04

* code review fixes
This commit is contained in:
Louis Velez
2024-12-13 23:28:01 -05:00
committed by GitHub
parent 8743bc4fe2
commit 93a8d87b34
5 changed files with 117 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ concurrency:
jobs:
docs:
name: build docs
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: commaai/timeout@v1