docs(tui): add generated V2 theme reference (#38396)
This commit is contained in:
parent
b6e14b5a74
commit
381f6c47b4
11 changed files with 381 additions and 7 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -97,6 +97,11 @@ jobs:
|
|||
working-directory: packages/client
|
||||
run: bun run check:generated
|
||||
|
||||
- name: Check generated documentation
|
||||
if: runner.os == 'Linux'
|
||||
working-directory: packages/docs
|
||||
run: bun run check:generated
|
||||
|
||||
e2e:
|
||||
name: e2e (${{ matrix.settings.name }})
|
||||
if: github.ref_name != 'v2' && github.head_ref != 'v2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue