feat: update link check workflow

This commit is contained in:
Cory Dransfeldt 2023-04-06 11:46:31 -07:00
parent ab11de2069
commit 9920a2465c
No known key found for this signature in database

View file

@ -11,8 +11,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check links on site - name: Check links on site
uses: mattorb/actions-muffet@v2.4.2 uses: ScholliYT/Broken-Links-Crawler-Action@v3
with: with:
args: > website_url: 'https://coryd.dev'
--timeout 20 resolve_before_filtering: 'true'
https://coryd.dev verbose: 'true'
max_retry_time: 30
max_retries: 5
max_depth: 1