Skip to content

Commit f4c33a1

Browse files
committed
build: always CI build documentation
The documentation is generated from the source code files (*.[ch]), thus we should build by any source code change not just if something changes in the doc directory. Signed-off-by: Daniel Wagner <[email protected]>
1 parent fce9d7f commit f4c33a1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ name: docs
44
on:
55
push:
66
branches: [master]
7-
paths:
8-
- doc/**
97
pull_request:
108
branches: [master]
11-
paths:
12-
- doc/**
139

1410
workflow_dispatch:
1511

0 commit comments

Comments
 (0)