Skip to content

Commit

Permalink
use refname for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
suzinyou committed Aug 6, 2024
1 parent 228f285 commit 2afedfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
mkdocs-material-extensions==1.3.1 \
mkdocs-open-in-new-tab==1.0.3 \
mike==2.1.2
- run: | # TODO: switch v0.1.0 to github.ref_name
- run: |
git config user.name github-actions-runner
git config user.email [email protected]
mike deploy --push --update-aliases v0.1.0 latest --ignore-remote-status
mike deploy --ignore-remote-status --push --update-aliases ${{ github.ref_name }} latest
mike set-default --push latest

0 comments on commit 2afedfc

Please sign in to comment.