Skip to content

Commit 8cd203d

Browse files
authored
enable all
1 parent d05de22 commit 8cd203d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/mdbook.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ jobs:
4040
uses: actions/configure-pages@v5
4141

4242
- run: mdbook build # English (default)
43-
# - run: mdbook build ./zh # Chinese
43+
- run: mdbook build ./zh # Chinese
4444
- run: mdbook build ./fr # French
4545
- run: mdbook build ./it # Italian
46-
# - run: mdbook build ./ja # Japanese
47-
# - run: mdbook build ./ko # Korean
48-
# - run: mdbook build ./ru # Russian
49-
# - run: mdbook build ./uk # Ukrainian
50-
# - run: mdbook build ./pt-BR # Brazilian Portuguese
51-
# - run: mdbook build ./vi # Vietnamese
52-
# - run: mdbook build ./my # Burmese
46+
- run: mdbook build ./ja # Japanese
47+
- run: mdbook build ./ko # Korean
48+
- run: mdbook build ./ru # Russian
49+
- run: mdbook build ./uk # Ukrainian
50+
- run: mdbook build ./pt-BR # Brazilian Portuguese
51+
- run: mdbook build ./vi # Vietnamese
52+
- run: mdbook build ./my # Burmese
5353

5454
- name: Upload artifact
5555
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)