Remove linkcheck for now

The pipeline halts after a certain time, needs debugging.
This commit is contained in:
Dennis Reimann
2021-12-01 08:50:00 +01:00
parent 90e2b7fb21
commit 3f7e671283

View File

@@ -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"