mirror of
https://github.com/Dasharo/docs.git
synced 2026-06-13 10:16:57 -07:00
Merge pull request #761 from Dasharo/seo/link-checker-parser
seo.yml: Use improved link checker action
This commit is contained in:
@@ -12,14 +12,12 @@ jobs:
|
||||
linkChecker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Test links
|
||||
uses: 3mdeb/lychee-log-action@main
|
||||
|
||||
- name: Link Checker
|
||||
id: lychee
|
||||
uses: lycheeverse/lychee-action@v1.8.0
|
||||
with:
|
||||
fail: true
|
||||
args: --timeout 60 --max-redirects 10 -a 403,406,429,500,502,503,522,999 .
|
||||
seo_spy_orphan_pages:
|
||||
runs-on: ubuntu-latest
|
||||
name: Check orphan pages
|
||||
|
||||
@@ -205,7 +205,7 @@ stored in `meta-dts` repository.
|
||||
image](./documentation.md#building).
|
||||
* Added Github Actions to automate new version building.
|
||||
* Added new tools: cbfstool, cbmem, futil, intelmetool (all from [Dasharo
|
||||
coreboot fork](https://github.com/Dasharo/coreboot/tree/coreboot-utils)),
|
||||
coreboot fork](https://github.com/Dasharo/coreboot/tree/coreboot-utils-v2)),
|
||||
[binwalk](https://github.com/ReFirmLabs/binwalk),
|
||||
[uefi-firmware-parser](https://github.com/theopolis/uefi-firmware-parser),
|
||||
[mei-amt-check](https://github.com/mjg59/mei-amt-check).
|
||||
|
||||
Reference in New Issue
Block a user