mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 00:36:48 +00:00
Update linkcheck action
This commit is contained in:
2
.github/workflows/linkcheck.yml
vendored
2
.github/workflows/linkcheck.yml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user