Skip to content

Commit

Permalink
Fix alias was created for version instead for latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb committed Dec 27, 2023
1 parent 9835760 commit 35129ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
- run: mike deploy dev --push
if: github.ref == 'refs/heads/main'

- run: mike deploy latest ${{ github.ref_name }} --update-aliases --push
- run: mike deploy ${{ github.ref_name }} latest --update-aliases --push
if: startsWith(github.ref, 'refs/tags/')

0 comments on commit 35129ea

Please sign in to comment.