We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05b89d commit 05e89cdCopy full SHA for 05e89cd
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Install MkDocs, Material and plugins
21
run: |
22
- pip install requirements.txt
+ pip install -r requirements.txt
23
24
- name: Build documentation
25
run: mkdocs build --site-dir ./out
0 commit comments