Skip to content

Commit 1bf2a35

Browse files
authored
[CI] Fix doc translate workflow (vllm-project#11605)
Add the missing requirement for doc translate job - vLLM version: v0.23.0 - vLLM main: vllm-project/vllm@1f486d9 Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
1 parent 78f7a6c commit 1bf2a35

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/schedule_doc_translate.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,6 @@ jobs:
149149
echo "EOF"
150150
} >> $GITHUB_OUTPUT
151151
152-
- name: Generate Chinese docs
153-
if: steps.validate.outcome == 'success'
154-
run: |
155-
python tools/generate_zh_docs.py
156-
157152
- name: Commit and push
158153
if: steps.validate.outcome == 'success'
159154
env:

docs/requirements-docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ mkdocs-exclude
55
mkdocs-macros-plugin
66
polib
77
regex
8+
openai

0 commit comments

Comments
 (0)