Skip to content

Commit 280449a

Browse files
authored
Update docs.yml
1 parent 232fc8b commit 280449a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ jobs:
4141
uses: actions/configure-pages@v4
4242

4343
- name: Build documentation
44-
env:
45-
# 构建所有语言版本(生产环境)
46-
MKDOCS_DEFAULT_LANGUAGE_ONLY: false
47-
MKDOCS_BUILD_EN: true
48-
MKDOCS_BUILD_ZH: true
49-
MKDOCS_DEFAULT_LANGUAGE_EN: true
50-
MKDOCS_DEFAULT_LANGUAGE_ZH: false
5144
run: |
5245
# Build MkDocs site for all languages
5346
mkdocs build --verbose

0 commit comments

Comments
 (0)