mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-09-07 01:06:19 +00:00
Fix lychee (#3404)
This commit is contained in:
2
.github/workflows/lychee-pr-check.yml
vendored
2
.github/workflows/lychee-pr-check.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: PR comment with file
|
||||
uses: thollander/actions-comment-pull-request@e4a76dd2b0a3c2027c3fd84147a67c22ee4c90fa # v3.0.1
|
||||
with:
|
||||
file-path: lychee/out.md
|
||||
file-path: _lychee/out.md
|
||||
comment-tag: execution
|
||||
mode: recreate
|
||||
- name: Report Status
|
||||
|
0
_lychee/out.md
Normal file
0
_lychee/out.md
Normal file
@@ -8,7 +8,7 @@ verbose = "warn"
|
||||
no_progress = true
|
||||
|
||||
# Path to summary output file.
|
||||
output = ".config.dummy.report.md"
|
||||
output = "_lychee/output.md"
|
||||
format = "markdown"
|
||||
|
||||
############################# Cache ###############################
|
||||
|
Reference in New Issue
Block a user