mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
Remove linkcheck for now
The pipeline halts after a certain time, needs debugging.
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -45,5 +45,5 @@ jobs:
|
|||||||
user_name: 'github-actions[bot]'
|
user_name: 'github-actions[bot]'
|
||||||
user_email: 'github-actions[bot]@users.noreply.github.com'
|
user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||||
# 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 2>/dev/null | grep "Getting links from\|BROKEN"
|
||||||
|
|||||||
Reference in New Issue
Block a user