Skip to content

Commit 13a38c2

Browse files
authored
Merge pull request ClickHouse#79170 from Blargian/fix_markdown_linter_docs_job
CI: fix docs_job failing on markdown-linter
2 parents a56ec4f + 78d0c20 commit 13a38c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/jobs/docs_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
results.append(
4040
Result.from_commands_run(
4141
name=testname,
42-
command=[f"yarn run-markdown-linter"],
42+
command=[f"yarn check-markdown"],
4343
workdir="/opt/clickhouse-docs",
4444
)
4545
)

0 commit comments

Comments
 (0)