mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Kindsys: update generated doc and add check in CI (#71871)
* clean up docs * fix Windows path issue * add verify-gen-cue to doc pipeline * fix linting error
This commit is contained in:
@@ -7,6 +7,7 @@ load(
|
||||
"build_docs_website_step",
|
||||
"codespell_step",
|
||||
"identify_runner_step",
|
||||
"verify_gen_cue_step",
|
||||
"yarn_install_step",
|
||||
)
|
||||
load(
|
||||
@@ -35,6 +36,7 @@ def docs_pipelines(ver_mode, trigger):
|
||||
codespell_step(),
|
||||
lint_docs(),
|
||||
build_docs_website_step(),
|
||||
verify_gen_cue_step(),
|
||||
]
|
||||
|
||||
return pipeline(
|
||||
|
||||
Reference in New Issue
Block a user