Skip to content

Commit

Permalink
fix doc versioning (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-quelle authored Jan 21, 2025
1 parent 70b4c65 commit b09849b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_emu_mps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git fetch origin gh-pages
mike deploy --push --update-aliases ${{ github.ref_name }} latest
mike deploy --push --update-aliases ${{ github.event.workflow_run.head_branch }} latest
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,7 @@ extra_javascript:
watch:
- emu_base
- emu_mps

extra:
version:
provider: mike

0 comments on commit b09849b

Please sign in to comment.