From 8d79064b453bc575ab1ea8a2de6293286ac5f634 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Fri, 16 Dec 2022 07:25:25 +0100 Subject: [PATCH] Update linkcheck action --- .github/workflows/linkcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 6d8589a0030..8d00c616175 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -21,4 +21,4 @@ jobs: run: npm ci # Run linkcheck, propagate linkcheck failure through grep pipe - name: Linkcheck - run: set -o pipefail; npm run linkcheck 2>/dev/null | grep "Getting links from\|BROKEN" + run: set -o pipefail; npm run linkcheck:prod 2>/dev/null | grep "Getting links from\|BROKEN"