-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seo.yml: Use improved link checker action
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|