We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e307b commit 92adea3Copy full SHA for 92adea3
1 file changed
.github/workflows/deploy_docs.yaml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/setup-python@v4
18
with:
19
python-version: '3.12'
20
- - run: pip install mkdocs mkdocs-material
+ - run: pip install mkdocs mkdocs-material mkdocs-include-markdown-plugin
21
- run: mkdocs build
22
- uses: peaceiris/actions-gh-pages@v3
23
0 commit comments