Skip to content

Commit

Permalink
Set default after deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
suzinyou authored Aug 12, 2024
1 parent 5adcb6d commit b48383a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
git config user.name github-actions-runner
git config user.email aaq@idinsight.org
git fetch origin gh-pages
mike set-default latest
mike deploy \
--push \
--update-aliases ${{ github.ref_name }} latest
mike set-default latest
- name: Add CNAME
run: |
Expand Down

0 comments on commit b48383a

Please sign in to comment.