Skip to content

Commit c9f0521

Browse files
authoredMar 9, 2024
fix: workflow (doocs#2423)
1 parent f329cc9 commit c9f0521

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
ref: docs
2121
path: mkdocs
2222
- run: |
23-
mv mkdocs/* .
24-
mv -f mkdocs/requirements.txt .
23+
mv -f mkdocs/* .
2524
- name: Configure Git Credentials
2625
run: |
2726
git config user.name github-actions[bot]

0 commit comments

Comments
 (0)
Please sign in to comment.