Skip to content

Commit 9132b47

Browse files
committed
Update docs workflow
1 parent a92de8c commit 9132b47

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build_docs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ jobs:
3636

3737
steps:
3838
- uses: actions/checkout@v4
39+
40+
- name: Build software docs
41+
uses: mattnotmitt/[email protected]
42+
with:
43+
working-directory: 'docs/'
44+
doxyfile-path: 'Doxyfile-sw'
45+
46+
- name: Build driver docs
47+
uses: mattnotmitt/[email protected]
48+
with:
49+
working-directory: 'docs/'
50+
doxyfile-path: 'Doxyfile-driver'
3951

4052
- name: Build HTML
4153
uses: ammaraskar/[email protected]

0 commit comments

Comments
 (0)