Skip to content

Commit cd922c4

Browse files
install i18n-report (via install-mdbook step) in publish job
1 parent 0cc11a5 commit cd922c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ jobs:
6060
runs-on: ubuntu-latest
6161
needs: create-translation
6262
steps:
63+
- name: Update Rust
64+
run: rustup update
65+
66+
- name: Setup Rust cache
67+
uses: ./.github/workflows/setup-rust-cache
68+
69+
- name: Install mdbook
70+
uses: ./.github/workflows/install-mdbook
71+
6372
- name: Download all translations
6473
uses: actions/download-artifact@v4
6574
with:

0 commit comments

Comments
 (0)