1 parent 43260eb commit 8fdfa9eCopy full SHA for 8fdfa9e
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Install dependencies
31
run: |
32
- pip install mkdocs mkdocs-material
+ pip install -r requirements.txt
33
34
- name: Build MkDocs site
35
0 commit comments