Skip to content

Commit 023d36b

Browse files
author
markzegarelli
committed
sudo it
1 parent aa3e624 commit 023d36b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-links.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
- name: Link Checker
4040
uses: lycheeverse/[email protected]
4141
with:
42-
args: --verbose --no-progress _site/**/*.html -a 429 -c ./lychee.toml
42+
args: --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-
sudo grep -v "error sending request" ./lychee/out.md > ./lychee/out2.md
45+
# - name: "exclude non-400 errors"
46+
# run: |
47+
# sudo grep -v "error sending request" ./lychee/out.md > ./lychee/out2.md
4848
- name: Create Issue From File
4949
uses: peter-evans/create-issue-from-file@v3
5050
with:

0 commit comments

Comments
 (0)