From a2af114bf434e51ec85522b61130af29c29c3948 Mon Sep 17 00:00:00 2001 From: Swilder-M Date: Wed, 23 Oct 2024 11:23:53 +0800 Subject: [PATCH] chore(ci): using redocly/cli instead of redoc-cli Signed-off-by: Swilder-M --- .github/workflows/deploy_docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yaml b/.github/workflows/deploy_docs.yaml index 823441120..fbc9de5b9 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -166,7 +166,7 @@ jobs: --templateOptions.headerTitle 'EMQX ${VERSION} Docs' \ $(if [ "${lang}" == "zh" ]; then echo "--templateOptions.langZH \"zh\""; fi) - redocly build-docs redoc/ee-${lang}.json -t template-emqx-enterprise.hbs -o docs/.vitepress/dist/${lang}/enterprise/${VERSION}/admin/api-docs.html \ + redocly build-docs redoc/ee-${lang}.json -t redoc/template-emqx-enterprise.hbs -o docs/.vitepress/dist/${lang}/enterprise/${VERSION}/admin/api-docs.html \ --config=redoc/redocly.yaml \ --templateOptions.title "EMQX Enterprise ${VERSION} API Documentation" \ --templateOptions.description "EMQX Enterprise ${VERSION} API Documentation" \