Skip to content

Commit

Permalink
Update aliases when deploying docs with mike
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Jun 29, 2023
1 parent 9d96605 commit 28bb9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: 🚀 Deploy with mike (${{ github.ref_name }}, latest)
if: ${{ github.ref_name != 'develop' }}
run: |
mike deploy --rebase --push --config-file docs/mkdocs.yml ${{ github.ref_name }} latest
mike deploy --rebase --push --update-aliases --config-file docs/mkdocs.yml ${{ github.ref_name }} latest
- name: 🚀 Deploy with mike (${{ github.ref_name }})
if: ${{ github.ref_name == 'develop' }}
Expand Down

0 comments on commit 28bb9b0

Please sign in to comment.