We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbc188 commit 8385195Copy full SHA for 8385195
.github/workflows/ci.yml
@@ -19,5 +19,6 @@ jobs:
19
key: ${{ github.ref }}
20
path: .cache
21
- run: pip install mkdocs-material
22
- - run: pip install mkdocs-swagger-ui-tag
+ - run: pip install mkdocs-render-swagger-plugin
23
+ - run: pip install pillow cairosvg
24
- run: mkdocs gh-deploy --force
0 commit comments