Skip to content

Commit

Permalink
Minor Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Zijun Wang committed Jun 11, 2024
1 parent 946a64f commit b144147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
if [[ ${{ github.ref }} == refs/heads/main ]]; then
# Deploy to the mike doc version `dev` and update the `latest` alias for the main branch new git commits
mike deploy dev latest --update-aliases --push
mike set-default latest
elif [[ ${{ github.ref }} == refs/heads/release-v* ]]; then
# Deploy to the mike doc version `vx.x.x` for the new git branches `release-vx.x.x`
branch_name=${{ github.ref }}
Expand Down

0 comments on commit b144147

Please sign in to comment.