docs: deploy using mike in CI

This commit is contained in:
Fischer Moseley 2024-10-06 11:25:14 -06:00
parent 1f8bf643fd
commit 4e93a049cd
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -9,4 +9,4 @@ clean:
git clean -Xdf
preview_site:
mkdocs serve
mike serve