Skip to content

Commit

Permalink
Fix version tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
iblacksand committed Aug 16, 2024
1 parent 0d5e681 commit 72264b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ jobs:
- run: python build_docs.py
- name: Extract branch name
shell: bash
run: echo "branch_name=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
run: echo "tag_name=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
id: extract_branch
- name: Deploy with mike 🚀
run: |
git fetch origin gh-pages
mike deploy --update-aliases --push ${{ env.branch_name }} latest
mike deploy --update-aliases --push ${{ env.tag_name }} latest

0 comments on commit 72264b0

Please sign in to comment.