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 6161 - name : Install mdbook
6262 uses : ./.github/workflows/install-mdbook
6363
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+
6470 - name : Build course in English
6571 if : matrix.language == 'en'
6672 run : .github/workflows/build.sh en book
@@ -88,16 +94,11 @@ jobs:
8894 - name : Update Rust
8995 run : rustup update
9096
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
101102
102103 - name : Download all translations
103104 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments