Skip to content

Commit 3368e73

Browse files
authored
Merge branch 'doocs:main' into main
2 parents f123dd2 + c9f0521 commit 3368e73

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
with:
2020
ref: docs
2121
path: mkdocs
22-
- run: mv mkdocs/* .
22+
- run: |
23+
mv -f mkdocs/* .
2324
- name: Configure Git Credentials
2425
run: |
2526
git config user.name github-actions[bot]

requirements.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
black==24.2.0
2+
Requests==2.31.0

0 commit comments

Comments
 (0)