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