Skip to content

Commit 862e934

Browse files
authored
Merge pull request #85 from pp-mo/linkcheck
Fix args param.
2 parents 4169b46 + 722d24a commit 862e934

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-linkchecks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
uses: lycheeverse/lychee-action@v2
1919
with:
2020
fail: false
21-
args:
22-
- "./docs/**/*.rst"
23-
# - "./docs/**/*.inc"
21+
args: "./docs/**/*.rst"
2422

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

0 commit comments

Comments
 (0)