We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04215a commit 2142054Copy full SHA for 2142054
.github/workflows/pages.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
python-version: "3"
30
- name: Install mkdocs
31
- run: pip install mkdocs
+ run: pip install mkdocs mkdocs-material
32
- name: Build docs
33
run: mkdocs build
34
- name: Set up Pages
0 commit comments