Skip to content

Commit

Permalink
Fix Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Feb 21, 2023
1 parent e9ad0d4 commit 9256768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
run: |
mike set-default latest
- name: Mike alias
if: ${GITHUB_REF_NAME} == '11.x'
# https://stackoverflow.com/a/59883969/265501
if: github.ref == '11.x'
run: mike alias latest
- name: Mike build
run: mike deploy --push ${GITHUB_REF_NAME}
Expand Down

0 comments on commit 9256768

Please sign in to comment.