Skip to content

Commit 7895176

Browse files
committed
fix: set mike default to stable so endstone.dev redirects correctly
1 parent b73742a commit 7895176

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ jobs:
4646
- if: github.ref == 'refs/heads/main'
4747
run: mike deploy --push latest
4848
- if: startsWith(github.ref, 'refs/tags/')
49-
run: mike deploy --push --update-aliases ${{ github.ref_name }} stable
49+
run: |
50+
mike deploy --push --update-aliases ${{ github.ref_name }} stable
51+
mike set-default --push stable

0 commit comments

Comments
 (0)