Skip to content

Commit 2cc4903

Browse files
authored
[Fix][CI] Disable dead link check (#9296)
1 parent 8ed4bb4 commit 2cc4903

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/backend.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@ jobs:
7171
- name: Lint Chart
7272
run: helm lint deploy/kubernetes/seatunnel
7373

74-
dead-link:
75-
name: Dead links
76-
runs-on: ubuntu-latest
77-
timeout-minutes: 150
78-
# Temporarily ignore this job to avoid blocking PRs
79-
continue-on-error: true
80-
steps:
81-
- uses: actions/checkout@v2
82-
- run: sudo npm install -g [email protected]
83-
- run: |
84-
for file in $(find . -name "*.md"); do
85-
markdown-link-check -c .dlc.json -q "$file"
86-
done
74+
# dead-link:
75+
# name: Dead links
76+
# runs-on: ubuntu-latest
77+
# timeout-minutes: 150
78+
# # Temporarily ignore this job to avoid blocking PRs
79+
# continue-on-error: true
80+
# steps:
81+
# - uses: actions/checkout@v2
82+
# - run: sudo npm install -g [email protected]
83+
# - run: |
84+
# for file in $(find . -name "*.md"); do
85+
# markdown-link-check -c .dlc.json -q "$file"
86+
# done
8787

8888
sanity-check:
8989
name: Sanity check results

0 commit comments

Comments
 (0)