Skip to content

Commit

Permalink
push default redirect and add custom title
Browse files Browse the repository at this point in the history
  • Loading branch information
suzinyou authored Aug 13, 2024
1 parent b48383a commit c06f4e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
git fetch origin gh-pages
mike deploy \
--push \
--title="${{ github.ref_name }} (latest)" \
--update-aliases ${{ github.ref_name }} latest
mike set-default latest
mike set-default latest --allow-undefined --push
- name: Add CNAME
run: |
Expand Down

0 comments on commit c06f4e0

Please sign in to comment.