Skip to content

Commit

Permalink
Exclude Linkedin from link checker
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Heinrich Reimer <heinrich@reimer.family>
  • Loading branch information
heinrichreimer committed Jun 17, 2024
1 parent 5d1727a commit 2f12725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: lycheeverse/lychee-action@v1
with:
lycheeVersion: '0.13.0'
args: --require-https --verbose --no-progress --max-concurrency 2 --base public/ --cache --max-cache-age 1d --exclude https://twitter.com/H1iReimer/ --exclude heinrich@reimer.family --accept 999 --max-retries 10 --max-redirects 10 public/
args: --require-https --verbose --no-progress --max-concurrency 2 --base public/ --cache --max-cache-age 1d --exclude https://twitter.com/H1iReimer/ --exclude https://linkedin.com/in/heinrichreimer/ --exclude heinrich@reimer.family --accept 999 --max-retries 10 --max-redirects 10 public/
fail: true
- name: 📤 Upload public pages
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2f12725

Please sign in to comment.