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

View File

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