We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79aba16 commit f329cc9Copy full SHA for f329cc9
.github/workflows/deploy.yml
@@ -19,7 +19,9 @@ jobs:
19
with:
20
ref: docs
21
path: mkdocs
22
- - run: mv mkdocs/* .
+ - run: |
23
+ mv mkdocs/* .
24
+ mv -f mkdocs/requirements.txt .
25
- name: Configure Git Credentials
26
run: |
27
git config user.name github-actions[bot]
requirements.txt
@@ -1,7 +1,2 @@
1
-black==23.12.1
2
-Requests==2.31.0
3
-sortedcontainers==2.4.0
4
-urllib3==1.26.18
5
-mkdocs-git-committers-plugin-2==2.2.3
6
-mkdocs-material==9.5.7
7
-jieba==0.42.1
+black==24.2.0
+Requests==2.31.0
0 commit comments