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 9943f0d commit c45d452Copy full SHA for c45d452
1 file changed
.github/workflows/build_pages.yml
@@ -18,6 +18,7 @@ jobs:
18
run: |
19
pip install mkdocs-material
20
pip install mkdocs-git-revision-date-localized-plugin
21
+ pip install mkdocs-include-markdown-plugin
22
pip install mike
23
- name: Build website
24
run: mkdocs gh-deploy --verbose
0 commit comments