Skip to content

Commit f82b44b

Browse files
committed
feat:添加v2.10.20更新说明
1 parent 4def20c commit f82b44b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/mike-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install setuptools
24+
pip install "setuptools>=8.0.0,<8.1.0"
2525
pip install -r requirements/requirements.txt
2626
pip install mike==1.1.2
2727
- name: Config Git

requirements/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ mkdocs-material
33
mdx_gh_links
44
markdown
55
mkdocs-glightbox
6+
setuptools>=8.0.0,<8.1.0

0 commit comments

Comments
 (0)