We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5251610 commit 0a51246Copy full SHA for 0a51246
.github/workflows/docs.yml
@@ -24,5 +24,6 @@ jobs:
24
path: .cache
25
restore-keys: |
26
mkdocs-material-
27
+ - run: apt-get update && apt-get install -y doxygen
28
- run: pip install mkdocs-material mkdoxy mkdocs-include-markdown-plugin
29
- run: mkdocs gh-deploy --force
0 commit comments