diff --git a/.github/workflows/lychee-pr-check.yml b/.github/workflows/lychee-pr-check.yml index b52c9c8c2..0b432cb10 100644 --- a/.github/workflows/lychee-pr-check.yml +++ b/.github/workflows/lychee-pr-check.yml @@ -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 diff --git a/_lychee/out.md b/_lychee/out.md new file mode 100644 index 000000000..e69de29bb diff --git a/lychee.toml b/lychee.toml index 0699fcc39..42ee1c476 100644 --- a/lychee.toml +++ b/lychee.toml @@ -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 ###############################