From 3f7e6712836e0b637019f618399d15104ec6623a Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Wed, 1 Dec 2021 08:50:00 +0100 Subject: [PATCH] Remove linkcheck for now The pipeline halts after a certain time, needs debugging. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ed069cc1a8..c095a54f2e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,5 +45,5 @@ jobs: user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' # 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" + # - name: Linkcheck + # run: set -o pipefail; npm run linkcheck 2>/dev/null | grep "Getting links from\|BROKEN"