Skip to content

Commit 2bb6db1

Browse files
authored
Update docs-build.yml
1 parent 58ae0d5 commit 2bb6db1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
uses: actions/checkout@v4
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v5
36+
- name: Setup Doxygen
37+
run: sudo apt install doxygen
3638
- name: Build docs using Doxygen
3739
run: doxygen ./docs/doxygen-config
3840
- name: Upload artifact

0 commit comments

Comments
 (0)