Skip to content

Commit

Permalink
fix 3.4.1 (#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Mar 8, 2023
1 parent 5a84072 commit 4d7d52c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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

0 comments on commit 4d7d52c

Please sign in to comment.