mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-22 12:03:05 +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
|
- name: Link Checker
|
||||||
uses: lycheeverse/lychee-action@master
|
uses: lycheeverse/lychee-action@master
|
||||||
with:
|
with:
|
||||||
args: --exclude reddit.com '*.md'
|
args: --exclude reddit.com -- '*.md'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue