We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3e624 commit 023d36bCopy full SHA for 023d36b
.github/workflows/check-links.yml
@@ -39,12 +39,12 @@ jobs:
39
- name: Link Checker
40
uses: lycheeverse/[email protected]
41
with:
42
- args: --verbose --no-progress _site/**/*.html -a 429 -c ./lychee.toml
+ args: --no-progress _site/**/*.html -a 429 -c ./lychee.toml
43
env:
44
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
+ # - name: "exclude non-400 errors"
+ # run: |
+ # sudo grep -v "error sending request" ./lychee/out.md > ./lychee/out2.md
48
- name: Create Issue From File
49
uses: peter-evans/create-issue-from-file@v3
50
0 commit comments