Skip to content

Commit 0db650b

Browse files
committed
fix(ci): fix generation of swagger-ui page
Since #2062 the version of our openapi file is `3.1.1` but the action that we use (`Legion2/swagger-ui-action@v1`) is configured by default to use swaggerui version 3 or up and swagger ui is only compatible with openapi 3.1 since version 5.
1 parent ad40680 commit 0db650b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@ jobs:
874874
with:
875875
output: out/
876876
spec-file: ./openapi.yaml
877+
version: ^5.0.0
877878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
878879

879880
- name: Publish OpenAPI UI build

0 commit comments

Comments
 (0)