We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 120fdb0 + 39d5e36 commit eb3458cCopy full SHA for eb3458c
1 file changed
.github/workflows/ci-doc-checker.yml
@@ -118,20 +118,6 @@ jobs:
118
globs: ${{ steps.changed-files.outputs.all_changed_files }}
119
separator: ","
120
121
- - name: docusaurus-mdx-checker
122
- if: always()
123
- run: |
124
- npx docusaurus-mdx-checker -c docs
125
-
126
- - name: link check
127
128
- uses: lycheeverse/[email protected]
129
- with:
130
- fail: true
131
- args: >
132
- --config docs/lychee.toml
133
- --offline "docs/**/*.md"
134
135
docusaurus-build:
136
runs-on: ubuntu-latest
137
needs: markdownlint # Only runs if markdownlint passes!
0 commit comments