Skip to content

Commit

Permalink
install i18n-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Mar 3, 2023
1 parent 9849585 commit ff301eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
mdbook-version: latest

- name: Install i18n-helpers
run: cargo install --path i18n-helpers --locked
shell: bash

# FIXME: Keep this up to date
- name: Install mdbook-linkcheck
run: | # `-L` because GitHub performs a redirection
Expand Down

0 comments on commit ff301eb

Please sign in to comment.