File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 61
61
- name : Install mdbook
62
62
uses : ./.github/workflows/install-mdbook
63
63
64
+ - name : Upload i18n-report for the publish step
65
+ uses : actions/upload-artifact@v4
66
+ with :
67
+ name : tool-i18n-report
68
+ path : .cargo/bin/i18n-report
69
+
64
70
- name : Build course in English
65
71
if : matrix.language == 'en'
66
72
run : .github/workflows/build.sh en book
@@ -88,16 +94,11 @@ jobs:
88
94
- name : Update Rust
89
95
run : rustup update
90
96
91
- - name : Setup Rust cache
92
- uses : ./.github/workflows/setup-rust-cache
93
-
94
- - name : Install Gettext
95
- run : |
96
- sudo apt update
97
- sudo apt install gettext
98
-
99
- - name : Install mdbook
100
- uses : ./.github/workflows/install-mdbook
97
+ - name : Download i18n-report
98
+ uses : actions/download-artifact@v4
99
+ with :
100
+ path : .cargo/bin
101
+ name : tool-i18n-report
101
102
102
103
- name : Download all translations
103
104
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments