We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a51246 commit 3a098bfCopy full SHA for 3a098bf
.github/workflows/docs.yml
@@ -24,6 +24,6 @@ jobs:
24
path: .cache
25
restore-keys: |
26
mkdocs-material-
27
- - run: apt-get update && apt-get install -y doxygen
+ - run: sudo apt-get update && sudo 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