Skip to content

Commit eb3458c

Browse files
authored
Merge pull request #195 from StarRocks/refine
remove linkcheck
2 parents 120fdb0 + 39d5e36 commit eb3458c

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/ci-doc-checker.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,6 @@ jobs:
118118
globs: ${{ steps.changed-files.outputs.all_changed_files }}
119119
separator: ","
120120

121-
- name: docusaurus-mdx-checker
122-
if: always()
123-
run: |
124-
npx docusaurus-mdx-checker -c docs
125-
126-
- name: link check
127-
if: always()
128-
uses: lycheeverse/[email protected]
129-
with:
130-
fail: true
131-
args: >
132-
--config docs/lychee.toml
133-
--offline "docs/**/*.md"
134-
135121
docusaurus-build:
136122
runs-on: ubuntu-latest
137123
needs: markdownlint # Only runs if markdownlint passes!

0 commit comments

Comments
 (0)