We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab8292 commit 4adc81dCopy full SHA for 4adc81d
1 file changed
.github/workflows/docs.yml
@@ -44,7 +44,7 @@ jobs:
44
ALIAS="latest"
45
fi
46
mike deploy --push --update-aliases "${PROJECT_VERSION}" "${ALIAS}"
47
- mike set-default "${ALIAS}" --push
+ mike set-default latest --push
48
49
- name: Deploy versioned docs (release)
50
if: github.event_name == 'release'
0 commit comments