We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f123dd2 + c9f0521 commit 3368e73Copy full SHA for 3368e73
.github/workflows/deploy.yml
@@ -19,7 +19,8 @@ jobs:
19
with:
20
ref: docs
21
path: mkdocs
22
- - run: mv mkdocs/* .
+ - run: |
23
+ mv -f mkdocs/* .
24
- name: Configure Git Credentials
25
run: |
26
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