Skip to content

Commit

Permalink
Updated GitHub action to show the version instead of latest alias (#671)
Browse files Browse the repository at this point in the history
Removed the default reference
  • Loading branch information
nastena1606 authored Oct 3, 2024
1 parent ec4bc9f commit 5d04db2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
- name: Deploy docs
run: |
mike deploy 16 -b publish -p
mike set-default 16 -b publish -p
mike retitle 16 "16 (LATEST)" -b publish -p
mike retitle 16 "16.4" -b publish -p
# - name: Install Node.js 14.x
# uses: percona-platform/setup-node@v2
Expand Down

0 comments on commit 5d04db2

Please sign in to comment.