There was an error while loading. Please reload this page.
1 parent 3b1bac2 commit 7e00139Copy full SHA for 7e00139
1 file changed
.github/workflows/github-pages.yml
@@ -36,6 +36,7 @@ jobs:
36
with:
37
output: ./docs/_site/swagger-ui
38
spec-file: openapi.yml
39
+ version: ^5.0.0 # swagger-ui@3 (дефолт) не рендерит OpenAPI 3.1, который отдаёт springdoc
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
- name: Upload artifact
0 commit comments