We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabf5c2 commit e810f69Copy full SHA for e810f69
.github/workflows/docs.yml
@@ -37,6 +37,7 @@ jobs:
37
with:
38
python-version: 3.x
39
- run: pip install mkdocs-material
40
+ - run: pip install mkdocs-awesome-pages-plugin # Install the missing plugin
41
- run: pip install $(mkdocs-get-deps)
42
- run: mkdocs build
43
- name: Setup Pages
@@ -60,6 +61,7 @@ jobs:
60
61
62
- run: |
63
pip install mkdocs-material
64
+ pip install mkdocs-awesome-pages-plugin # Install the missing plugin
65
pip install $(mkdocs-get-deps)
66
67
- name: Upload Artifact (Test)
0 commit comments