From 40513264acd335403e2ecf3a9db619875e3f64fc Mon Sep 17 00:00:00 2001 From: "E. G. Patrick Bos" Date: Tue, 7 Nov 2023 09:53:49 +0100 Subject: [PATCH] DON'T MERGE --- .github/workflows/link-checker-pr.yml | 5 ++--- .github/workflows/link-checker.yml | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/link-checker-pr.yml b/.github/workflows/link-checker-pr.yml index 76a9b235..db409c7c 100644 --- a/.github/workflows/link-checker-pr.yml +++ b/.github/workflows/link-checker-pr.yml @@ -12,9 +12,8 @@ jobs: id: lychee env: GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}} - with: - args: -c lychee.toml './**/*.md' './**/*.html' - # ${{ steps.changed_files.outputs.all }} + # with: + # ${{ steps.changed_files.outputs.all }} - name: Count broken links run: | broken_max=10 diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 697b181f..f1bc4c2f 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -15,8 +15,6 @@ jobs: id: lychee env: GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}} - with: - args: -c lychee.toml './**/*.md' './**/*.html' - name: Count broken links run: | broken_max=10