diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 246a7af..a88add9 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -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 diff --git a/Makefile b/Makefile index 9410d21..01c406b 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ clean: git clean -Xdf preview_site: - mkdocs serve + mike serve