Skip to content

Commit e403a5e

Browse files
authored
Merge pull request #90 from pp-mo/linkcheck
Added verbose.
2 parents c5507c5 + 5cf6dc3 commit e403a5e

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' './docs/**/*.inc'"
21+
args: "--verbose './docs/**/*.rst' './docs/**/*.inc'"
2222

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

0 commit comments

Comments
 (0)