Skip to content

Commit 0a51246

Browse files
committed
Install Doxygen in GitHub Actions workflow for documentation generation
1 parent 5251610 commit 0a51246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ jobs:
2424
path: .cache
2525
restore-keys: |
2626
mkdocs-material-
27+
- run: apt-get update && apt-get install -y doxygen
2728
- run: pip install mkdocs-material mkdoxy mkdocs-include-markdown-plugin
2829
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)