Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install mdbook-i18n-helpers in Github Workflows #2408

Merged
merged 11 commits into from
Aug 31, 2023
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,22 @@ jobs:
steps:
- uses: actions/checkout@v2


- name: Install Rust Toolchain Components
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: stable

- uses: Swatinem/rust-cache@v2

- uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: latest

- name: Install mdbook-i18n-helpers
run: cargo install mdbook-i18n-helpers

- name: Install mdbook-linkcheck
run: |
mkdir -p mdbook-linkcheck
Expand Down
Loading