mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-21 19:43:04 +00:00
Fix link checker after upgrade to 0.8.0
This commit is contained in:
parent
b5d7c75472
commit
67ce9a574d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check_links.yml
vendored
2
.github/workflows/check_links.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Link Checker
|
||||
uses: lycheeverse/lychee-action@master
|
||||
with:
|
||||
args: --exclude reddit.com '*.md'
|
||||
args: --exclude reddit.com -- '*.md'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue