Skip to content

Commit 056211c

Browse files
committed
Fix: fix workflow error
1 parent 978a6dc commit 056211c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
with:
2727
node-version: "16.x"
2828
- run: npm ci --ignore-scripts
29-
- name: Lint documentation markdown
30-
run: npm run lint:markdown -- documentation/**/*.md
3129
- if: startsWith(github.ref, 'refs/tags/v')
3230
name: Get tagged version
3331
id: tagged_version

0 commit comments

Comments
 (0)