We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1ebdf commit 437b3c0Copy full SHA for 437b3c0
1 file changed
.github/workflows/gh-pages.yml
@@ -25,6 +25,7 @@ jobs:
25
run: |
26
python -m pip install --upgrade pip
27
python -m pip install mkdocs mkdocs-material
28
+ python -m pip install -r docs-requirements.txt
29
- name: Build site
30
run: mkdocs build
31
- name: Add CNAME for custom domain
0 commit comments