Skip to content

Commit

Permalink
Fix input files pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Sep 30, 2024
1 parent fe647a5 commit a7c9f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# args: --base . --verbose --no-progress -a '200,403,429,500' './**/*.md'
# args: --config ./.github/workflows/lychee.toml './**/*.md'
# Need to use ./*.md _and_ ./**/.md because runner shell glob processing does not include current dir
args: ${{ inputs.exclude }} --verbose --no-progress -a '200,403,429,500' --base . ./*.md ./**/*.md
args: ${{ inputs.exclude }} --verbose --no-progress -a '200,403,429,500' --base . ./*.md ./*/*.md
fail: true
- name: Link Checker user-supplied args
if: ${{ inputs.override-args }}
Expand Down

0 comments on commit a7c9f9e

Please sign in to comment.