Skip to content

Commit aa038e6

Browse files
authored
Merge pull request #87 from pp-mo/linkcheck
Add inc files.
2 parents 862e934 + 92d0549 commit aa038e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-linkchecks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: lycheeverse/lychee-action@v2
1919
with:
2020
fail: false
21-
args: "./docs/**/*.rst"
21+
args: './docs/**/*.rst' './docs/**/*.inc'
2222

2323
- name: Create Issue From File
2424
if: steps.lychee.outputs.exit_code != 0

0 commit comments

Comments
 (0)