Skip to content

Commit

Permalink
fix cargo install with --force
Browse files Browse the repository at this point in the history
  • Loading branch information
john-cd committed Dec 22, 2023
1 parent 0f00594 commit 1c60018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
- name: Install mdbook
run: cargo binstall --version ${MDBOOK_VERSION} --no-confirm mdbook
- name: Install mdbook-hide
run: cargo install mdbook-hide
run: cargo install --force mdbook-hide
- name: Install mdbook-keeper
run: cargo install mdbook-keeper --git https://github.com/tfpk/mdbook-keeper.git
run: cargo install --force mdbook-keeper --git https://github.com/tfpk/mdbook-keeper.git
- name: Build with mdBook (will call `mdbook test`)
run: mdbook build
# GitHub Pages
Expand Down

0 comments on commit 1c60018

Please sign in to comment.