File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ jobs:
4040 runs-on : ubuntu-latest
4141 steps :
4242 - uses : apache/skywalking-eyes/header@main
43- dead-link :
44- runs-on : ubuntu-latest
45- needs : license
46- timeout-minutes : 30
47- steps :
48- - uses : actions/checkout@v3
49- - run : sudo npm install -g markdown-link-check@3.10.0
50- - run : |
51- for file in $(find . -name "*.md"); do
52- markdown-link-check -c .dlc.json -q "$file"
53- done
43+ # dead-link:
44+ # runs-on: ubuntu-latest
45+ # needs: license
46+ # timeout-minutes: 30
47+ # steps:
48+ # - uses: actions/checkout@v3
49+ # - run: sudo npm install -g markdown-link-check@3.10.0
50+ # - run: |
51+ # for file in $(find . -name "*.md"); do
52+ # markdown-link-check -c .dlc.json -q "$file"
53+ # done
5454 lint :
5555 timeout-minutes : 15
5656 runs-on : ubuntu-latest
@@ -216,7 +216,7 @@ jobs:
216216 name : CI
217217 if : always()
218218 needs :
219- - dead-link
219+ # - dead-link
220220 - local-ci
221221 - integrate-test
222222 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments