Skip to content

Commit bc8444d

Browse files
committed
Ignore checking the doc8 format on build and _build directories
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 8889824 commit bc8444d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
run: make docs-check
2828

2929
- name: Check documentation for style errors
30-
run: make doc8
30+
run: make doc8 --ignore-path docs/build,docs/_build
3131

3232

0 commit comments

Comments
 (0)