Skip to content

Commit aa9c9a6

Browse files
committed
chore(ci): test build of manpages
Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
1 parent ace7563 commit aa9c9a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
cd docs
3434
make html
3535
36+
# build-test only to catch doc building issues
37+
- name: Build manpages
38+
run: make man
39+
3640
- name: Upload HTML docs
3741
if: github.ref == 'refs/heads/main'
3842
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)