Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix 3.4.1 #2627

Merged
merged 1 commit into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: |
git fetch origin gh-pages --depth=1 # fix mike's CI update
mike deploy 3.4.0 -p --rebase
mike set-default 3.4.0 -p --rebase
mike list

- name: show git branch
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ markdown_extensions:

# Plugins
plugins:
# - search # 这个是原有的 mkdocs 搜索插件, 如果想使用algolia搜索,请注释掉这个插件
- search # 这个是原有的 mkdocs 搜索插件, 如果想使用algolia搜索,请注释掉这个插件
- macros:
include_dir: docs-2.0/reuse/
- git-revision-date-localized
Expand Down