Skip to content

Commit eb9e0e7

Browse files
authored
Fixed bug in deployment script
1 parent a67fc30 commit eb9e0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: 3.9
2222

2323
- name: Download required libraries
24-
run: pip install requirements.txt
24+
run: pip install -r requirements.txt
2525

2626
- name: Generate README
2727
run: yomu

0 commit comments

Comments
 (0)