Skip to content

Commit

Permalink
Fix book build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Oct 24, 2023
1 parent d34e8ce commit c9c9d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
- name: Setup mdbook-graphviz
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@v2
with:
crate: mdbook-graphviz
- name: Setup mdbook-i18n
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@v2
with:
crate: mdbook-i18n
locked: true
git: https://github.com/funkill/mdbook-i18n.git
- name: Build book
run: make book
- name: Build doc
Expand Down

0 comments on commit c9c9d4c

Please sign in to comment.