Skip to content

Commit

Permalink
Add ./extras/**/*.md to print step
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Oct 1, 2024
1 parent e69bab6 commit 1dcb546
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 @@ -46,7 +46,7 @@ jobs:
- name: Print out *.md files to be analyzed
uses: lycheeverse/lychee-action@v1
with:
args: --verbose --no-progress --dump-inputs ./*.md ./*/*.md ${{ inputs.extra-input-files }}
args: --verbose --no-progress --dump-inputs ./*.md ./*/*.md ./extras/**/*.md ${{ inputs.extra-input-files }}
fail: true
- name: Link Checker default args
if: ${{ !inputs.override-args }}
Expand Down

0 comments on commit 1dcb546

Please sign in to comment.