mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Update lychee.yml (#2982)
This commit is contained in:
4
.github/workflows/lychee.yml
vendored
4
.github/workflows/lychee.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Lychee external linkcheck
|
||||
on:
|
||||
schedule:
|
||||
- cron: "18 7 * * *"
|
||||
- cron: "18 7 * * 1"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
link-check:
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Run Lychee Link Checker
|
||||
uses: lycheeverse/lychee-action@v1
|
||||
uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374
|
||||
with:
|
||||
args: --config lychee.toml ./docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user