Skip to content

Commit 15f10bc

Browse files
committed
try fixing new CLI syntax for lychee
1 parent 04dd041 commit 15f10bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
uses: lycheeverse/lychee-action@v1
1919
id: lc
2020
with:
21-
args: -v -d . -x "http://creativecommons.org/licenses|https://isc-inviter.herokuapp.com|https://github.com/rcs/rcs-viewer/pull/81|fearlesschangepatterns.com" README.md patterns/ -r
21+
args: -v -b . --exclude "http://creativecommons.org/licenses|https://isc-inviter.herokuapp.com|https://github.com/rcs/rcs-viewer/pull/81|fearlesschangepatterns.com" README.md patterns/**/*.md
2222
- name: Fail if there were link errors
2323
run: exit ${{ steps.lc.outputs.exit_code }}

0 commit comments

Comments
 (0)