Skip to content

Commit 05e89cd

Browse files
committed
fixed pip install
1 parent a05b89d commit 05e89cd

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
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install MkDocs, Material and plugins
2121
run: |
22-
pip install requirements.txt
22+
pip install -r requirements.txt
2323
2424
- name: Build documentation
2525
run: mkdocs build --site-dir ./out

0 commit comments

Comments
 (0)