Skip to content

Commit

Permalink
seo.yml: Use improved link checker action
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Kamiński <[email protected]>
  • Loading branch information
Norbert Kamiński committed Feb 9, 2024
1 parent 980a435 commit 57bac80
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/seo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
fail: true
args: --timeout 60 --max-redirects 10 -a 403,500,502,503,504 .
- name: Checkout repo
uses: actions/[email protected]

- name: Test links
uses: 3mdeb/lychee-log-action@main

seo_spy_orphan_pages:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 57bac80

Please sign in to comment.