Skip to content

Commit

Permalink
Update dead-links-check.yml exclude-path problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaldr authored Jul 5, 2023
1 parent b922f40 commit d965534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dead-links-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
with:
args: " --suggest --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' --exclude-path `fin7/Resources/Step7/BOOSTWRITE-src/curl/README.md`"
args: " --suggest --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' --exclude-path [`fin7/Resources/Step7/BOOSTWRITE-src/curl/README.md`]"
fail: true

0 comments on commit d965534

Please sign in to comment.