From 0e26a0866b3bbc9c2cb4f45b8ad0e1f8193721a4 Mon Sep 17 00:00:00 2001 From: "Shixiang.W" Date: Fri, 27 Sep 2024 10:41:17 +0800 Subject: [PATCH] feat: use cat version --- .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 ebad3ce..98db172 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -105,7 +105,7 @@ jobs: cd frontend yarn global add redoc-cli set -x - cat ${VERSION} + echo ${VERSION} LANGS=(zh en) for lang in "${LANGS[@]}"; do npx @redocly/cli build-docs redoc/api-swagger.json \