We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac128b1 commit 18c4fb3Copy full SHA for 18c4fb3
2 files changed
.github/workflows/dev-release.yaml
@@ -36,6 +36,8 @@ jobs:
36
37
- name: Install uv
38
uses: astral-sh/setup-uv@v7
39
+ with:
40
+ enable-cache: 'false'
41
42
- name: Fix logo in Readme
43
run: |
.github/workflows/release.yml
@@ -43,6 +43,7 @@ jobs:
44
- name: Generate OpenAPI Schema
45
46
+ uv sync --frozen --extra server
47
make docs-openapi
48
49
0 commit comments