Skip to content

Commit

Permalink
Disable link checker
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Heinrich Reimer <heinrich@reimer.dev>
  • Loading branch information
heinrichreimer committed Jul 8, 2024
1 parent fe5d3dc commit 2281fd4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
path: .lycheecache
key: link-checker-${{ github.sha }}
restore-keys: link-checker-
- name: 🔄 Check links
id: linkCheck
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 https://linkedin.com/in/heinrichreimer/ --exclude heinrich@reimer.family --accept 999 --max-retries 10 --retry-wait-time 10 --max-redirects 10 --timeout 60 --method HEAD public/
fail: true
# - name: 🔄 Check links
# id: linkCheck
# 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 https://linkedin.com/in/heinrichreimer/ --exclude heinrich@reimer.family --accept 999 --max-retries 10 --retry-wait-time 10 --max-redirects 10 --timeout 60 --method HEAD public/
# fail: true
- name: 📤 Upload public pages
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2281fd4

Please sign in to comment.