From 25520ca8a6b9de2f2d385a72ba2a9ac9ddfbd5a5 Mon Sep 17 00:00:00 2001 From: "E. G. Patrick Bos" Date: Mon, 6 Nov 2023 16:48:11 +0100 Subject: [PATCH] [DON'T MERGE] quick "enable" of full link checker to see if the fix works --- .github/workflows/link-checker-pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/link-checker-pr.yml b/.github/workflows/link-checker-pr.yml index 1467b0db..2e1462f7 100644 --- a/.github/workflows/link-checker-pr.yml +++ b/.github/workflows/link-checker-pr.yml @@ -13,7 +13,8 @@ jobs: env: GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}} with: - args: --exclude-all-private ${{ steps.changed_files.outputs.all }} + # args: --exclude-all-private ${{ steps.changed_files.outputs.all }} + args: --exclude-all-private - name: Count broken links run: | broken_max=10