Skip to content

Commit

Permalink
Update links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn authored Oct 9, 2024
1 parent c4b4d50 commit 5f506ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
args: '-m 0 -a "200" -t 300 --max-retries 0 --max-concurrency 1 --include-mail --require-https --format markdown -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" -- README.html'
fail: false # Don't fail action on broken links
- name: Links
if: env.lychee_exit_code != 0
shell: bash
run: |
if [[ $(cat lychee/out.md | grep -Fe '* [' | grep -vFe '* [429] [https://www.npmjs.com/package/' -e '* [403] [https://www.iconfinder.com/' -e '* [403] [https://www.shutterstock.com/' -e '* [403] [https://www.pixiv.net/' -e '* [ERR] [https://www.pixiv.net/' -e '* [ERR] [https://www.adobe.com/]' -e '* [TIMEOUT] [https://www.adobe.com/]' -e '* [TIMEOUT] [https://web.archive.org/web/' -e '* [ERR] [https://www.npmjs.com/package/' -e '* [503] [https://www.npmjs.com/package/' -e '* [500] [https://www.npmjs.com/package/' | tee /dev/stderr | head -c1 | wc -c) -ne 0 ]]
Expand Down

0 comments on commit 5f506ae

Please sign in to comment.