Docs: Deprecating packages_api and removing it from our pipelines (#54473)
This commit is contained in:
@@ -8,7 +8,6 @@ load(
|
||||
'codespell_step',
|
||||
'test_frontend_step',
|
||||
'build_storybook_step',
|
||||
'build_frontend_docs_step',
|
||||
'build_frontend_package_step',
|
||||
'build_docs_website_step',
|
||||
'compile_build_cmd',
|
||||
@@ -42,7 +41,6 @@ def docs_pipelines(edition, ver_mode, trigger):
|
||||
codespell_step(),
|
||||
lint_docs(),
|
||||
build_frontend_package_step(edition=edition, ver_mode=ver_mode),
|
||||
build_frontend_docs_step(edition=edition),
|
||||
build_docs_website_step(),
|
||||
compile_build_cmd(),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user