Skip to content

Commit e5701e6

Browse files
stevsmitSteven Smith
andauthored
Swaps mkdocs to swagger plugin (quay#1263)
Co-authored-by: Steven Smith <[email protected]>
1 parent 8385195 commit e5701e6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ jobs:
1919
key: ${{ github.ref }}
2020
path: .cache
2121
- run: pip install mkdocs-material
22-
- run: pip install mkdocs-render-swagger-plugin
23-
- run: pip install pillow cairosvg
22+
- run: pip install mkdocs-swagger-ui-tag
2423
- run: mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ theme:
3030
plugins:
3131
- social
3232
- search
33-
- render_swagger
33+
- swagger-ui-tag
3434

3535
extra:
3636
social:

0 commit comments

Comments
 (0)