Skip to content

Commit

Permalink
update config and github action
Browse files Browse the repository at this point in the history
Signed-off-by: Chengxuan Xing <[email protected]>
  • Loading branch information
Chengxuan authored and ryjones committed Dec 24, 2024
1 parent 2edc25a commit dc7cf51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -52,7 +52,7 @@ jobs:
working-directory: doc-site
run: |
mike deploy ${{ github.event.release.tag_name }} latest -u --push
mike set-default latest
mike set-default --push latest
- name: Update doc site for `main` branch
if: ${{ github.event_name == 'push' }}
Expand Down
1 change: 1 addition & 0 deletions doc-site/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ extra:
property: !ENV GOOGLE_ANALYTICS_KEY
version:
provider: mike
alias: true
generator: false
exclude_docs: |
_includes/
Expand Down

0 comments on commit dc7cf51

Please sign in to comment.