docs: deploy using mike in CI
This commit is contained in:
parent
1f8bf643fd
commit
4e93a049cd
|
|
@ -17,5 +17,5 @@ jobs:
|
|||
with:
|
||||
key: ${{ github.ref }}
|
||||
path: .cache
|
||||
- run: pip install mkdocs-material
|
||||
- run: mkdocs gh-deploy --force
|
||||
- run: pip install mkdocs-material mike
|
||||
- run: mike deploy --push latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue