Skip to content

Commit a6d4d83

Browse files
committed
Enable fail action on doxygen warnings
1 parent 4b02e0b commit a6d4d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/render-documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
with:
2626
source-path: './src'
2727
target-path: './docs/api.md'
28-
fail-on-warnings: false
28+
fail-on-warnings: true

0 commit comments

Comments
 (0)