Skip to content

Commit 0ae89b2

Browse files
author
markzegarelli
committed
re-add grep and narrow scope
1 parent fa05a24 commit 0ae89b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check-links.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
- name: Link Checker
4040
uses: lycheeverse/[email protected]
4141
with:
42-
args: --verbose --no-progress **/*.html -a 429 -c ./lychee.toml
42+
args: --verbose --no-progress _site/**/*.html -a 429 -c ./lychee.toml
4343
env:
4444
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
45-
# - name: "exclude non-400 errors"
46-
# run: |
47-
# cat ./lychee/out.md | grep -v "error sending request" > ./lychee/out.md
45+
- name: "exclude non-400 errors"
46+
run: |
47+
cat ./lychee/out.md | grep -v "error sending request" > ./lychee/out2.md
4848
- name: Create Issue From File
4949
uses: peter-evans/create-issue-from-file@v3
5050
with:
5151
title: Link Checker Report
52-
content-filepath: ./lychee/out.md
52+
content-filepath: ./lychee/out2.md
5353
labels: report, automated issue

0 commit comments

Comments
 (0)