Skip to content

Commit

Permalink
Fix mike configuration for copy alias type
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Feb 11, 2024
1 parent 80603e2 commit 22c1976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
echo $OLD_STABLE
mike retitle stable $OLD_STABLE
# Deploy new version as stable
mike deploy --push --update-aliases --no-redirect \
mike deploy --push --update-aliases \
${{ steps.version.outputs.major_minor_version }} \
stable \
--title="${{ github.event.release.tag_name }} (stable)"
Expand Down
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ plugins:
group_by_category: true
show_category_heading: true
- mike:
alias_type: copy
canonical_version: stable

extra:
Expand Down

0 comments on commit 22c1976

Please sign in to comment.