Skip to content

Commit

Permalink
chore(ci): using redocly/cli instead of redoc-cli
Browse files Browse the repository at this point in the history
Signed-off-by: Swilder-M <[email protected]>
  • Loading branch information
Swilder-M committed Oct 23, 2024
1 parent 14cfb26 commit a2af114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit a2af114

Please sign in to comment.