Skip to content

Commit

Permalink
feat: use cat version
Browse files Browse the repository at this point in the history
  • Loading branch information
id1893 committed Sep 27, 2024
1 parent ae8c244 commit 0e26a08
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 @@ -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 \
Expand Down

0 comments on commit 0e26a08

Please sign in to comment.