Skip to content

Commit 4adc81d

Browse files
committed
Improve reference docs version alias handling
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent 3ab8292 commit 4adc81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ALIAS="latest"
4545
fi
4646
mike deploy --push --update-aliases "${PROJECT_VERSION}" "${ALIAS}"
47-
mike set-default "${ALIAS}" --push
47+
mike set-default latest --push
4848
4949
- name: Deploy versioned docs (release)
5050
if: github.event_name == 'release'

0 commit comments

Comments
 (0)