Update linkcheck action

This commit is contained in:
Dennis Reimann
2022-12-16 07:25:25 +01:00
parent a7502c4d0f
commit 8d79064b45

View File

@@ -21,4 +21,4 @@ jobs:
run: npm ci run: npm ci
# Run linkcheck, propagate linkcheck failure through grep pipe # Run linkcheck, propagate linkcheck failure through grep pipe
- name: Linkcheck - 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"